#B0CC7F

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

Shades of Caper #B0CC7F

Tints of Caper #B0CC7F

Color information

#B0CC7F (or 0xB0CC7F) is unknown color: approx Caper. HEX triplet: B0, CC and 7F. RGB value is (176,204,127). Sum of RGB (Red+Green+Blue) = 176+204+127=507 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.71% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 127 (50% from 255 or 25.05% from 507); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CC7F is #4F3380. Grayscale: #BBBBBB. Windows color (decimal): -5190529 or 8375472. OLE color: 8375472.

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

Color convert

RGB176204127-
CMYK0.1400.380.2
HSL81.82º43.02%64.9%-
HSV(B)81.82º37.75%80%-
XYZ43.3353.9528.21-
YUV186.8594.22120.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.71%
GREEN value IS 204 (80.08% from 255) = 40.24%
BLUE value IS 127 (50% from 255) = 25.05%
R=34.71%
G=40.24%
B=25.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1762041270.1400.380.281.8243.0264.9
HexB0CC7FE02614522b41
Octal260314177160462412253101
Binary10110000110011001111111111001001101010010100101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CC7F; }

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

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

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

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

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

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

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

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