#B3D06F

Color #B3D06F Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #B3D06F

Tints of Caper #B3D06F

Color information

#B3D06F (or 0xB3D06F) is unknown color: approx Caper. HEX triplet: B3, D0 and 6F. RGB value is (179,208,111). Sum of RGB (Red+Green+Blue) = 179+208+111=498 (65% of max value = 765). Red value is 179 (70.31% from 255 or 35.94% from 498); Green value is 208 (81.64% from 255 or 41.77% from 498); Blue value is 111 (43.75% from 255 or 22.29% from 498); Max value from RGB is 208 - color contains mainly: green. Hex color #B3D06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3D06F is #4C2F90. Grayscale: #BCBCBC. Windows color (decimal): -4992913 or 7327923. OLE color: 7327923.

HSL color Cylindrical-coordinate representation of color #B3D06F: hue angle of 77.94º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B3D06F is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB179208111-
CMYK0.1400.470.18
HSL77.94º50.79%62.55%-
HSV(B)77.94º46.63%81.57%-
XYZ44.0255.8423.5-
YUV188.2784.39121.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 35.94%
GREEN value IS 208 (81.64% from 255) = 41.77%
BLUE value IS 111 (43.75% from 255) = 22.29%
R=35.94%
G=41.77%
B=22.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1792081110.1400.470.1877.9450.7962.55
HexB3D06FE02F124e333f
Octal26332015716057221166377
Binary1011001111010000110111111100101111100101001110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D06F; }

 p { color: rgb(179,208,111); }

 H1.HeaderClassName
 {
   color: #B3D06F;
 }
 .AnyTagClassName
 {
   color: #B3D06F;
 }
</style>
background-color css

<style>
 a { background-color: #B3D06F; }

 a { background-color: rgb(179,208,111); }

 div.DivClassName
 {
   background-color: #B3D06F;
 }
 .BgClassName
 {
   background-color: #B3D06F;
 }
</style>
border-color css

<style>
 span { border-color: #B3D06F; }

 span { border-color: rgb(179,208,111); }

 td.TdClassName
 {
   border-color: #B3D06F;
 }
 .TagClassName
 {
   border-color: #B3D06F;
 }
</style>