#B1C476

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

Shades of Caper #B1C476

Tints of Caper #B1C476

Color information

#B1C476 (or 0xB1C476) is unknown color: approx Caper. HEX triplet: B1, C4 and 76. RGB value is (177,196,118). Sum of RGB (Red+Green+Blue) = 177+196+118=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 196 (76.95% from 255 or 39.92% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 196 - color contains mainly: green. Hex color #B1C476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C476 is #4E3B89. Grayscale: #B5B5B5. Windows color (decimal): -5127050 or 7783601. OLE color: 7783601.

HSL color Cylindrical-coordinate representation of color #B1C476: hue angle of 74.62º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B1C476 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB177196118-
CMYK0.1000.400.23
HSL74.62º39.8%61.57%-
HSV(B)74.62º39.8%76.86%-
XYZ41.1450.1324.65-
YUV181.4392.21124.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.05%
GREEN value IS 196 (76.95% from 255) = 39.92%
BLUE value IS 118 (46.48% from 255) = 24.03%
R=36.05%
G=39.92%
B=24.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1771961180.1000.400.2374.6239.861.57
HexB1C476A028174b283e
Octal26130416612050271135076
Binary1011000111000100111011010100101000101111001011101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C476; }

 p { color: rgb(177,196,118); }

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

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

 a { background-color: rgb(177,196,118); }

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

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

 span { border-color: rgb(177,196,118); }

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