#BFBC52

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

Shades of Olive Green #BFBC52

Tints of Olive Green #BFBC52

Color information

#BFBC52 (or 0xBFBC52) is unknown color: approx Olive Green. HEX triplet: BF, BC and 52. RGB value is (191,188,82). Sum of RGB (Red+Green+Blue) = 191+188+82=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 82 (32.42% from 255 or 17.79% from 461); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBC52 is #4043AD. Grayscale: #B1B1B1. Windows color (decimal): -4211630 or 5422271. OLE color: 5422271.

HSL color Cylindrical-coordinate representation of color #BFBC52: hue angle of 58.35º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BFBC52 is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB19118882-
CMYK00.020.570.25
HSL58.35º45.99%53.53%-
HSV(B)58.35º57.07%74.9%-
XYZ40.9947.6515.02-
YUV176.8174.49138.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.43%
GREEN value IS 188 (73.83% from 255) = 40.78%
BLUE value IS 82 (32.42% from 255) = 17.79%
R=41.43%
G=40.78%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911888200.020.570.2558.3545.9953.53
HexBFBC520239193a2e36
Octal277274122027131725666
Binary1011111110111100101001001011100111001111010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBC52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBC52; }

 p { color: rgb(191,188,82); }

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

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

 a { background-color: rgb(191,188,82); }

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

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

 span { border-color: rgb(191,188,82); }

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