#B1BF74

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

Shades of Caper #B1BF74

Tints of Caper #B1BF74

Color information

#B1BF74 (or 0xB1BF74) is unknown color: approx Caper. HEX triplet: B1, BF and 74. RGB value is (177,191,116). Sum of RGB (Red+Green+Blue) = 177+191+116=484 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.57% from 484); Green value is 191 (75% from 255 or 39.46% from 484); Blue value is 116 (45.70% from 255 or 23.97% from 484); Max value from RGB is 191 - color contains mainly: green. Hex color #B1BF74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BF74 is #4E408B. Grayscale: #B2B2B2. Windows color (decimal): -5128332 or 7651249. OLE color: 7651249.

HSL color Cylindrical-coordinate representation of color #B1BF74: hue angle of 71.2º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B1BF74 is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB177191116-
CMYK0.0700.390.25
HSL71.2º36.95%60.2%-
HSV(B)71.2º39.27%74.9%-
XYZ39.9147.8723.66-
YUV178.2692.86127.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.57%
GREEN value IS 191 (75% from 255) = 39.46%
BLUE value IS 116 (45.70% from 255) = 23.97%
R=36.57%
G=39.46%
B=23.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771911160.0700.390.2571.236.9560.2
HexB1BF7470271947253c
Octal2612771647047311074574
Binary101100011011111111101001110100111110011000111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BF74; }

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

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

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

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

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

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

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

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