#B0C76F

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

Shades of Caper #B0C76F

Tints of Caper #B0C76F

Color information

#B0C76F (or 0xB0C76F) is unknown color: approx Caper. HEX triplet: B0, C7 and 6F. RGB value is (176,199,111). Sum of RGB (Red+Green+Blue) = 176+199+111=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 199 (78.12% from 255 or 40.95% from 486); Blue value is 111 (43.75% from 255 or 22.84% from 486); Max value from RGB is 199 - color contains mainly: green. Hex color #B0C76F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C76F is #4F3890. Grayscale: #B6B6B6. Windows color (decimal): -5191825 or 7325616. OLE color: 7325616.

HSL color Cylindrical-coordinate representation of color #B0C76F: hue angle of 75.68º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B0C76F is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB176199111-
CMYK0.1200.440.22
HSL75.68º44%60.78%-
HSV(B)75.68º44.22%78.04%-
XYZ41.251.2222.75-
YUV182.0987.88123.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.21%
GREEN value IS 199 (78.12% from 255) = 40.95%
BLUE value IS 111 (43.75% from 255) = 22.84%
R=36.21%
G=40.95%
B=22.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1761991110.1200.440.2275.684460.78
HexB0C76FC02C164c2c3d
Octal26030715714054261145475
Binary1011000011000111110111111000101100101101001100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C76F; }

 p { color: rgb(176,199,111); }

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

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

 a { background-color: rgb(176,199,111); }

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

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

 span { border-color: rgb(176,199,111); }

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