#B0C68B

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

Shades of Caper #B0C68B

Tints of Caper #B0C68B

Color information

#B0C68B (or 0xB0C68B) is unknown color: approx Caper. HEX triplet: B0, C6 and 8B. RGB value is (176,198,139). Sum of RGB (Red+Green+Blue) = 176+198+139=513 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.31% from 513); Green value is 198 (77.73% from 255 or 38.60% from 513); Blue value is 139 (54.69% from 255 or 27.10% from 513); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C68B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C68B is #4F3974. Grayscale: #B8B8B8. Windows color (decimal): -5192053 or 9160368. OLE color: 9160368.

HSL color Cylindrical-coordinate representation of color #B0C68B: hue angle of 82.37º 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 #B0C68B is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB176198139-
CMYK0.1100.300.22
HSL82.37º34.1%66.08%-
HSV(B)82.37º29.8%77.65%-
XYZ42.7651.4832.11-
YUV184.7102.21121.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.31%
GREEN value IS 198 (77.73% from 255) = 38.60%
BLUE value IS 139 (54.69% from 255) = 27.10%
R=34.31%
G=38.60%
B=27.10%

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
Decimal1761981390.1100.300.2282.3734.166.08
HexB0C68BB01E16522242
Octal260306213130362612242102
Binary10110000110001101000101110110111101011010100101000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C68B; }

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

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

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

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

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

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

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

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