#B1CB7F

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

Shades of Caper #B1CB7F

Tints of Caper #B1CB7F

Color information

#B1CB7F (or 0xB1CB7F) is unknown color: approx Caper. HEX triplet: B1, CB and 7F. RGB value is (177,203,127). Sum of RGB (Red+Green+Blue) = 177+203+127=507 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.91% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 127 (50% from 255 or 25.05% from 507); Max value from RGB is 203 - color contains mainly: green. Hex color #B1CB7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CB7F is #4E3480. Grayscale: #BABABA. Windows color (decimal): -5125249 or 8375217. OLE color: 8375217.

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

Color convert

RGB177203127-
CMYK0.1300.370.20
HSL80.53º42.22%64.71%-
HSV(B)80.53º37.44%79.61%-
XYZ43.3253.5928.14-
YUV186.5694.39121.18-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.91%
GREEN value IS 203 (79.69% from 255) = 40.04%
BLUE value IS 127 (50% from 255) = 25.05%
R=34.91%
G=40.04%
B=25.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1772031270.1300.370.2080.5342.2264.71
HexB1CB7FD02514512a41
Octal261313177150452412152101
Binary10110001110010111111111110101001011010010100011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CB7F; }

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

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

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

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

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

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

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

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