#B1C28B

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

Shades of Caper #B1C28B

Tints of Caper #B1C28B

Color information

#B1C28B (or 0xB1C28B) is unknown color: approx Caper. HEX triplet: B1, C2 and 8B. RGB value is (177,194,139). Sum of RGB (Red+Green+Blue) = 177+194+139=510 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.71% from 510); Green value is 194 (76.17% from 255 or 38.04% from 510); Blue value is 139 (54.69% from 255 or 27.25% from 510); Max value from RGB is 194 - color contains mainly: green. Hex color #B1C28B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C28B is #4E3D74. Grayscale: #B6B6B6. Windows color (decimal): -5127541 or 9159345. OLE color: 9159345.

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

Color convert

RGB177194139-
CMYK0.0900.280.24
HSL78.55º31.07%65.29%-
HSV(B)78.55º28.35%76.08%-
XYZ42.0849.7931.82-
YUV182.65103.37123.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.71%
GREEN value IS 194 (76.17% from 255) = 38.04%
BLUE value IS 139 (54.69% from 255) = 27.25%
R=34.71%
G=38.04%
B=27.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771941390.0900.280.2478.5531.0765.29
HexB1C28B901C184f1f41
Octal261302213110343011737101
Binary1011000111000010100010111001011100110001001111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C28B; }

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

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

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

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

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

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

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

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