#B1CB71

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

Shades of Caper #B1CB71

Tints of Caper #B1CB71

Color information

#B1CB71 (or 0xB1CB71) is unknown color: approx Caper. HEX triplet: B1, CB and 71. RGB value is (177,203,113). Sum of RGB (Red+Green+Blue) = 177+203+113=493 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.90% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 113 (44.53% from 255 or 22.92% from 493); Max value from RGB is 203 - color contains mainly: green. Hex color #B1CB71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CB71 is #4E348E. Grayscale: #B9B9B9. Windows color (decimal): -5125263 or 7457713. OLE color: 7457713.

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

Color convert

RGB177203113-
CMYK0.1300.440.20
HSL77.33º46.39%61.96%-
HSV(B)77.33º44.33%79.61%-
XYZ42.4753.2523.66-
YUV184.9787.39122.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.90%
GREEN value IS 203 (79.69% from 255) = 41.18%
BLUE value IS 113 (44.53% from 255) = 22.92%
R=35.90%
G=41.18%
B=22.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1772031130.1300.440.2077.3346.3961.96
HexB1CB71D02C144d2e3e
Octal26131316115054241155676
Binary1011000111001011111000111010101100101001001101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CB71; }

 p { color: rgb(177,203,113); }

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

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

 a { background-color: rgb(177,203,113); }

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

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

 span { border-color: rgb(177,203,113); }

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