#B2BC83

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

Shades of Caper #B2BC83

Tints of Caper #B2BC83

Color information

#B2BC83 (or 0xB2BC83) is unknown color: approx Caper. HEX triplet: B2, BC and 83. RGB value is (178,188,131). Sum of RGB (Red+Green+Blue) = 178+188+131=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 131 (51.56% from 255 or 26.36% from 497); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BC83 is #4D437C. Grayscale: #B2B2B2. Windows color (decimal): -5063549 or 8633522. OLE color: 8633522.

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

Color convert

RGB178188131-
CMYK0.0500.300.26
HSL70.53º29.84%62.55%-
HSV(B)70.53º30.32%73.73%-
XYZ40.4447.0728.43-
YUV178.51101.19127.63-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.81%
GREEN value IS 188 (73.83% from 255) = 37.83%
BLUE value IS 131 (51.56% from 255) = 26.36%
R=35.81%
G=37.83%
B=26.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1781881310.0500.300.2670.5329.8462.55
HexB2BC83501E1A471e3f
Octal2622742035036321073677
Binary10110010101111001000001110101111011010100011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BC83; }

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

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

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

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

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

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

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

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