#B0D66F

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

Shades of Caper #B0D66F

Tints of Caper #B0D66F

Color information

#B0D66F (or 0xB0D66F) is unknown color: approx Caper. HEX triplet: B0, D6 and 6F. RGB value is (176,214,111). Sum of RGB (Red+Green+Blue) = 176+214+111=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 214 (83.98% from 255 or 42.71% from 501); Blue value is 111 (43.75% from 255 or 22.16% from 501); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D66F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D66F is #4F2990. Grayscale: #BFBFBF. Windows color (decimal): -5187985 or 7329456. OLE color: 7329456.

HSL color Cylindrical-coordinate representation of color #B0D66F: hue angle of 82.14º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B0D66F is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB176214111-
CMYK0.1800.480.16
HSL82.14º55.68%63.73%-
HSV(B)82.14º48.13%83.92%-
XYZ44.8258.4723.96-
YUV190.982.91117.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.13%
GREEN value IS 214 (83.98% from 255) = 42.71%
BLUE value IS 111 (43.75% from 255) = 22.16%
R=35.13%
G=42.71%
B=22.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1762141110.1800.480.1682.1455.6863.73
HexB0D66F1203010523840
Octal260326157220602012270100
Binary101100001101011011011111001001100001000010100101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D66F; }

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

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

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

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

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

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

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

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