#b0bf74

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

Shades of Caper #B0BF74

Tints of Caper #B0BF74

Color information

#B0BF74 (or 0xB0BF74) is unknown color: approx Caper. HEX triplet: B0, BF and 74. RGB value is (176,191,116). Sum of RGB (Red+Green+Blue) = 176+191+116=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 116 (45.70% from 255 or 24.02% from 483); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BF74 is #4F408B. Grayscale: #B2B2B2. Windows color (decimal): -5193868 or 7651248. OLE color: 7651248.

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

Color convert

RGB176191116-
CMYK0.0800.390.25
HSL72º36.95%60.2%-
HSV(B)72º39.27%74.9%-
XYZ39.6947.7523.65-
YUV177.9693.03126.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.44%
GREEN value IS 191 (75% from 255) = 39.54%
BLUE value IS 116 (45.70% from 255) = 24.02%
R=36.44%
G=39.54%
B=24.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761911160.0800.390.257236.9560.2
HexB0BF7480271948253c
Octal26027716410047311104574
Binary1011000010111111111010010000100111110011001000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0bf74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0bf74; }

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

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

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

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

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

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

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

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