#B1C184

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

Shades of Caper #B1C184

Tints of Caper #B1C184

Color information

#B1C184 (or 0xB1C184) is unknown color: approx Caper. HEX triplet: B1, C1 and 84. RGB value is (177,193,132). Sum of RGB (Red+Green+Blue) = 177+193+132=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 193 (75.78% from 255 or 38.45% from 502); Blue value is 132 (51.95% from 255 or 26.29% from 502); Max value from RGB is 193 - color contains mainly: green. Hex color #B1C184 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C184 is #4E3E7B. Grayscale: #B5B5B5. Windows color (decimal): -5127804 or 8700337. OLE color: 8700337.

HSL color Cylindrical-coordinate representation of color #B1C184: hue angle of 75.74º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B1C184 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB177193132-
CMYK0.0800.320.24
HSL75.74º32.97%63.73%-
HSV(B)75.74º31.61%75.69%-
XYZ41.3749.1529.14-
YUV181.26100.2124.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.26%
GREEN value IS 193 (75.78% from 255) = 38.45%
BLUE value IS 132 (51.95% from 255) = 26.29%
R=35.26%
G=38.45%
B=26.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771931320.0800.320.2475.7432.9763.73
HexB1C1848020184c2140
Octal261301204100403011441100
Binary101100011100000110000100100001000001100010011001000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C184; }

 p { color: rgb(177,193,132); }

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

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

 a { background-color: rgb(177,193,132); }

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

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

 span { border-color: rgb(177,193,132); }

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