#B0BC83

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

Shades of Caper #B0BC83

Tints of Caper #B0BC83

Color information

#B0BC83 (or 0xB0BC83) is unknown color: approx Caper. HEX triplet: B0, BC and 83. RGB value is (176,188,131). Sum of RGB (Red+Green+Blue) = 176+188+131=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 131 (51.56% from 255 or 26.46% from 495); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BC83 is #4F437C. Grayscale: #B2B2B2. Windows color (decimal): -5194621 or 8633520. OLE color: 8633520.

HSL color Cylindrical-coordinate representation of color #B0BC83: hue angle of 72.63º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0BC83 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB176188131-
CMYK0.0600.300.26
HSL72.63º29.84%62.55%-
HSV(B)72.63º30.32%73.73%-
XYZ39.9846.8428.41-
YUV177.91101.52126.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.56%
GREEN value IS 188 (73.83% from 255) = 37.98%
BLUE value IS 131 (51.56% from 255) = 26.46%
R=35.56%
G=37.98%
B=26.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761881310.0600.300.2672.6329.8462.55
HexB0BC83601E1A491e3f
Octal2602742036036321113677
Binary10110000101111001000001111001111011010100100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BC83; }

 p { color: rgb(176,188,131); }

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

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

 a { background-color: rgb(176,188,131); }

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

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

 span { border-color: rgb(176,188,131); }

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