#B1C074

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

Shades of Caper #B1C074

Tints of Caper #B1C074

Color information

#B1C074 (or 0xB1C074) is unknown color: approx Caper. HEX triplet: B1, C0 and 74. RGB value is (177,192,116). Sum of RGB (Red+Green+Blue) = 177+192+116=485 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.49% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C074 is #4E3F8B. Grayscale: #B3B3B3. Windows color (decimal): -5128076 or 7651505. OLE color: 7651505.

HSL color Cylindrical-coordinate representation of color #B1C074: hue angle of 71.84º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B1C074 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB177192116-
CMYK0.0800.400.25
HSL71.84º37.62%60.39%-
HSV(B)71.84º39.58%75.29%-
XYZ40.1348.3123.73-
YUV178.8592.53126.68-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.49%
GREEN value IS 192 (75.39% from 255) = 39.59%
BLUE value IS 116 (45.70% from 255) = 23.92%
R=36.49%
G=39.59%
B=23.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771921160.0800.400.2571.8437.6260.39
HexB1C07480281948263c
Octal26130016410050311104674
Binary1011000111000000111010010000101000110011001000100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C074; }

 p { color: rgb(177,192,116); }

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

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

 a { background-color: rgb(177,192,116); }

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

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

 span { border-color: rgb(177,192,116); }

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