#B2C68F

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

Shades of Caper #B2C68F

Tints of Caper #B2C68F

Color information

#B2C68F (or 0xB2C68F) is unknown color: approx Caper. HEX triplet: B2, C6 and 8F. RGB value is (178,198,143). Sum of RGB (Red+Green+Blue) = 178+198+143=519 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.30% from 519); Green value is 198 (77.73% from 255 or 38.15% from 519); Blue value is 143 (56.25% from 255 or 27.55% from 519); Max value from RGB is 198 - color contains mainly: green. Hex color #B2C68F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C68F is #4D3970. Grayscale: #B9B9B9. Windows color (decimal): -5060977 or 9422514. OLE color: 9422514.

HSL color Cylindrical-coordinate representation of color #B2C68F: hue angle of 81.82º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2C68F is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB178198143-
CMYK0.1000.280.22
HSL81.82º32.54%66.86%-
HSV(B)81.82º27.78%77.65%-
XYZ43.5151.8433.7-
YUV185.75103.87122.47-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.30%
GREEN value IS 198 (77.73% from 255) = 38.15%
BLUE value IS 143 (56.25% from 255) = 27.55%
R=34.30%
G=38.15%
B=27.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1781981430.1000.280.2281.8232.5466.86
HexB2C68FA01C16522143
Octal262306217120342612241103
Binary10110010110001101000111110100111001011010100101000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C68F; }

 p { color: rgb(178,198,143); }

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

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

 a { background-color: rgb(178,198,143); }

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

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

 span { border-color: rgb(178,198,143); }

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