#B0CC77

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

Shades of Caper #B0CC77

Tints of Caper #B0CC77

Color information

#B0CC77 (or 0xB0CC77) is unknown color: approx Caper. HEX triplet: B0, CC and 77. RGB value is (176,204,119). Sum of RGB (Red+Green+Blue) = 176+204+119=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 119 (46.88% from 255 or 23.85% from 499); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CC77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CC77 is #4F3388. Grayscale: #BABABA. Windows color (decimal): -5190537 or 7851184. OLE color: 7851184.

HSL color Cylindrical-coordinate representation of color #B0CC77: hue angle of 79.76º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B0CC77 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB176204119-
CMYK0.1400.420.2
HSL79.76º45.45%63.33%-
HSV(B)79.76º41.67%80%-
XYZ42.8353.7525.57-
YUV185.9490.22120.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.27%
GREEN value IS 204 (80.08% from 255) = 40.88%
BLUE value IS 119 (46.88% from 255) = 23.85%
R=35.27%
G=40.88%
B=23.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1762041190.1400.420.279.7645.4563.33
HexB0CC77E02A14502d3f
Octal26031416716052241205577
Binary1011000011001100111011111100101010101001010000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CC77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CC77; }

 p { color: rgb(176,204,119); }

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

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

 a { background-color: rgb(176,204,119); }

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

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

 span { border-color: rgb(176,204,119); }

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