#B1CD6F

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

Shades of Caper #B1CD6F

Tints of Caper #B1CD6F

Color information

#B1CD6F (or 0xB1CD6F) is unknown color: approx Caper. HEX triplet: B1, CD and 6F. RGB value is (177,205,111). Sum of RGB (Red+Green+Blue) = 177+205+111=493 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.90% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 111 (43.75% from 255 or 22.52% from 493); Max value from RGB is 205 - color contains mainly: green. Hex color #B1CD6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CD6F is #4E3290. Grayscale: #BABABA. Windows color (decimal): -5124753 or 7327153. OLE color: 7327153.

HSL color Cylindrical-coordinate representation of color #B1CD6F: hue angle of 77.87º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B1CD6F is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB177205111-
CMYK0.1400.460.20
HSL77.87º48.45%61.96%-
HSV(B)77.87º45.85%80.39%-
XYZ42.8354.1623.23-
YUV185.9185.72121.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.90%
GREEN value IS 205 (80.47% from 255) = 41.58%
BLUE value IS 111 (43.75% from 255) = 22.52%
R=35.90%
G=41.58%
B=22.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1772051110.1400.460.2077.8748.4561.96
HexB1CD6FE02E144e303e
Octal26131515716056241166076
Binary1011000111001101110111111100101110101001001110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CD6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CD6F; }

 p { color: rgb(177,205,111); }

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

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

 a { background-color: rgb(177,205,111); }

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

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

 span { border-color: rgb(177,205,111); }

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