#B2BE77

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

Shades of Caper #B2BE77

Tints of Caper #B2BE77

Color information

#B2BE77 (or 0xB2BE77) is unknown color: approx Caper. HEX triplet: B2, BE and 77. RGB value is (178,190,119). Sum of RGB (Red+Green+Blue) = 178+190+119=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 190 (74.61% from 255 or 39.01% from 487); Blue value is 119 (46.88% from 255 or 24.44% from 487); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BE77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BE77 is #4D4188. Grayscale: #B2B2B2. Windows color (decimal): -5063049 or 7847602. OLE color: 7847602.

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

Color convert

RGB178190119-
CMYK0.0600.370.25
HSL70.14º35.32%60.59%-
HSV(B)70.14º37.37%74.51%-
XYZ40.147.6224.53-
YUV178.3294.52127.77-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.55%
GREEN value IS 190 (74.61% from 255) = 39.01%
BLUE value IS 119 (46.88% from 255) = 24.44%
R=36.55%
G=39.01%
B=24.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781901190.0600.370.2570.1435.3260.59
HexB2BE7760251946233d
Octal2622761676045311064375
Binary101100101011111011101111100100101110011000110100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BE77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BE77; }

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

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

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

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

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

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

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

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