#B1C67C

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

Shades of Caper #B1C67C

Tints of Caper #B1C67C

Color information

#B1C67C (or 0xB1C67C) is unknown color: approx Caper. HEX triplet: B1, C6 and 7C. RGB value is (177,198,124). Sum of RGB (Red+Green+Blue) = 177+198+124=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 198 (77.73% from 255 or 39.68% from 499); Blue value is 124 (48.83% from 255 or 24.85% from 499); Max value from RGB is 198 - color contains mainly: green. Hex color #B1C67C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C67C is #4E3983. Grayscale: #B7B7B7. Windows color (decimal): -5126532 or 8177329. OLE color: 8177329.

HSL color Cylindrical-coordinate representation of color #B1C67C: hue angle of 77.03º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B1C67C is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB177198124-
CMYK0.1100.370.22
HSL77.03º39.36%63.14%-
HSV(B)77.03º37.37%77.65%-
XYZ41.9651.1926.74-
YUV183.2894.54123.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.47%
GREEN value IS 198 (77.73% from 255) = 39.68%
BLUE value IS 124 (48.83% from 255) = 24.85%
R=35.47%
G=39.68%
B=24.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1771981240.1100.370.2277.0339.3663.14
HexB1C67CB025164d273f
Octal26130617413045261154777
Binary1011000111000110111110010110100101101101001101100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C67C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C67C; }

 p { color: rgb(177,198,124); }

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

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

 a { background-color: rgb(177,198,124); }

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

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

 span { border-color: rgb(177,198,124); }

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