#B0C68A

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

Shades of Caper #B0C68A

Tints of Caper #B0C68A

Color information

#B0C68A (or 0xB0C68A) is unknown color: approx Caper. HEX triplet: B0, C6 and 8A. RGB value is (176,198,138). Sum of RGB (Red+Green+Blue) = 176+198+138=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C68A is #4F3975. Grayscale: #B8B8B8. Windows color (decimal): -5192054 or 9094832. OLE color: 9094832.

HSL color Cylindrical-coordinate representation of color #B0C68A: hue angle of 82º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0C68A is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB176198138-
CMYK0.1100.300.22
HSL82º34.48%65.88%-
HSV(B)82º30.3%77.65%-
XYZ42.6951.4531.73-
YUV184.58101.71121.88-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.38%
GREEN value IS 198 (77.73% from 255) = 38.67%
BLUE value IS 138 (54.30% from 255) = 26.95%
R=34.38%
G=38.67%
B=26.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1761981380.1100.300.228234.4865.88
HexB0C68AB01E16522242
Octal260306212130362612242102
Binary10110000110001101000101010110111101011010100101000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C68A; }

 p { color: rgb(176,198,138); }

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

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

 a { background-color: rgb(176,198,138); }

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

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

 span { border-color: rgb(176,198,138); }

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