#B2BD77

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

Shades of Caper #B2BD77

Tints of Caper #B2BD77

Color information

#B2BD77 (or 0xB2BD77) is unknown color: approx Caper. HEX triplet: B2, BD and 77. RGB value is (178,189,119). Sum of RGB (Red+Green+Blue) = 178+189+119=486 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.63% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 119 (46.88% from 255 or 24.49% from 486); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BD77 is #4D4288. Grayscale: #B2B2B2. Windows color (decimal): -5063305 or 7847346. OLE color: 7847346.

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

Color convert

RGB178189119-
CMYK0.0600.370.26
HSL69.43º34.65%60.39%-
HSV(B)69.43º37.04%74.12%-
XYZ39.8947.1924.46-
YUV177.7394.86128.19-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.63%
GREEN value IS 189 (74.22% from 255) = 38.89%
BLUE value IS 119 (46.88% from 255) = 24.49%
R=36.63%
G=38.89%
B=24.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1781891190.0600.370.2669.4334.6560.39
HexB2BD7760251A45233c
Octal2622751676045321054374
Binary101100101011110111101111100100101110101000101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BD77; }

 p { color: rgb(178,189,119); }

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

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

 a { background-color: rgb(178,189,119); }

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

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

 span { border-color: rgb(178,189,119); }

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