#B1C272

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

Shades of Caper #B1C272

Tints of Caper #B1C272

Color information

#B1C272 (or 0xB1C272) is unknown color: approx Caper. HEX triplet: B1, C2 and 72. RGB value is (177,194,114). Sum of RGB (Red+Green+Blue) = 177+194+114=485 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.49% from 485); Green value is 194 (76.17% from 255 or 40% from 485); Blue value is 114 (44.92% from 255 or 23.51% from 485); Max value from RGB is 194 - color contains mainly: green. Hex color #B1C272 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C272 is #4E3D8D. Grayscale: #B4B4B4. Windows color (decimal): -5127566 or 7520945. OLE color: 7520945.

HSL color Cylindrical-coordinate representation of color #B1C272: hue angle of 72.75º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B1C272 is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB177194114-
CMYK0.0900.410.24
HSL72.75º39.6%60.39%-
HSV(B)72.75º41.24%76.08%-
XYZ40.4649.1523.27-
YUV179.890.87126-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.49%
GREEN value IS 194 (76.17% from 255) = 40%
BLUE value IS 114 (44.92% from 255) = 23.51%
R=36.49%
G=40%
B=23.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771941140.0900.410.2472.7539.660.39
HexB1C27290291849283c
Octal26130216211051301115074
Binary1011000111000010111001010010101001110001001001101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C272; }

 p { color: rgb(177,194,114); }

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

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

 a { background-color: rgb(177,194,114); }

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

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

 span { border-color: rgb(177,194,114); }

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