#B0C685

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

Shades of Caper #B0C685

Tints of Caper #B0C685

Color information

#B0C685 (or 0xB0C685) is unknown color: approx Caper. HEX triplet: B0, C6 and 85. RGB value is (176,198,133). Sum of RGB (Red+Green+Blue) = 176+198+133=507 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.71% from 507); Green value is 198 (77.73% from 255 or 39.05% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C685 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C685 is #4F397A. Grayscale: #B8B8B8. Windows color (decimal): -5192059 or 8767152. OLE color: 8767152.

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

Color convert

RGB176198133-
CMYK0.1100.330.22
HSL80.31º36.31%64.9%-
HSV(B)80.31º32.83%77.65%-
XYZ42.3351.3129.86-
YUV184.0199.21122.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.71%
GREEN value IS 198 (77.73% from 255) = 39.05%
BLUE value IS 133 (52.34% from 255) = 26.23%
R=34.71%
G=39.05%
B=26.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1761981330.1100.330.2280.3136.3164.9
HexB0C685B02116502441
Octal260306205130412612044101
Binary101100001100011010000101101101000011011010100001001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C685; }

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

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

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

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

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

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

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

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