#B0C285

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

Shades of Caper #B0C285

Tints of Caper #B0C285

Color information

#B0C285 (or 0xB0C285) is unknown color: approx Caper. HEX triplet: B0, C2 and 85. RGB value is (176,194,133). Sum of RGB (Red+Green+Blue) = 176+194+133=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 194 (76.17% from 255 or 38.57% from 503); Blue value is 133 (52.34% from 255 or 26.44% from 503); Max value from RGB is 194 - color contains mainly: green. Hex color #B0C285 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C285 is #4F3D7A. Grayscale: #B5B5B5. Windows color (decimal): -5193083 or 8766128. OLE color: 8766128.

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

Color convert

RGB176194133-
CMYK0.0900.310.24
HSL77.7º33.33%64.12%-
HSV(B)77.7º31.44%76.08%-
XYZ41.4349.5129.56-
YUV181.66100.54123.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.99%
GREEN value IS 194 (76.17% from 255) = 38.57%
BLUE value IS 133 (52.34% from 255) = 26.44%
R=34.99%
G=38.57%
B=26.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1761941330.0900.310.2477.733.3364.12
HexB0C285901F184e2140
Octal260302205110373011641100
Binary10110000110000101000010110010111111100010011101000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C285; }

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

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

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

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

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

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

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

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