#B1C183

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

Shades of Caper #B1C183

Tints of Caper #B1C183

Color information

#B1C183 (or 0xB1C183) is unknown color: approx Caper. HEX triplet: B1, C1 and 83. RGB value is (177,193,131). Sum of RGB (Red+Green+Blue) = 177+193+131=501 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.33% from 501); Green value is 193 (75.78% from 255 or 38.52% from 501); Blue value is 131 (51.56% from 255 or 26.15% from 501); Max value from RGB is 193 - color contains mainly: green. Hex color #B1C183 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C183 is #4E3E7C. Grayscale: #B5B5B5. Windows color (decimal): -5127805 or 8634801. OLE color: 8634801.

HSL color Cylindrical-coordinate representation of color #B1C183: hue angle of 75.48º 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 #B1C183 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB177193131-
CMYK0.0800.320.24
HSL75.48º33.33%63.53%-
HSV(B)75.48º32.12%75.69%-
XYZ41.349.1328.78-
YUV181.1599.7125.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.33%
GREEN value IS 193 (75.78% from 255) = 38.52%
BLUE value IS 131 (51.56% from 255) = 26.15%
R=35.33%
G=38.52%
B=26.15%

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
Decimal1771931310.0800.320.2475.4833.3363.53
HexB1C1838020184b2140
Octal261301203100403011341100
Binary101100011100000110000011100001000001100010010111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C183; }

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

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

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

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

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

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

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

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