#B0C385

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

Shades of Caper #B0C385

Tints of Caper #B0C385

Color information

#B0C385 (or 0xB0C385) is unknown color: approx Caper. HEX triplet: B0, C3 and 85. RGB value is (176,195,133). Sum of RGB (Red+Green+Blue) = 176+195+133=504 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.92% from 504); Green value is 195 (76.56% from 255 or 38.69% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C385 is #4F3C7A. Grayscale: #B6B6B6. Windows color (decimal): -5192827 or 8766384. OLE color: 8766384.

HSL color Cylindrical-coordinate representation of color #B0C385: hue angle of 78.39º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B0C385 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB176195133-
CMYK0.1000.320.24
HSL78.39º34.07%64.31%-
HSV(B)78.39º31.79%76.47%-
XYZ41.6549.9529.64-
YUV182.25100.21123.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.92%
GREEN value IS 195 (76.56% from 255) = 38.69%
BLUE value IS 133 (52.34% from 255) = 26.39%
R=34.92%
G=38.69%
B=26.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1761951330.1000.320.2478.3934.0764.31
HexB0C385A020184e2240
Octal260303205120403011642100
Binary101100001100001110000101101001000001100010011101000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C385; }

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

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

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

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

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

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

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

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