#BFB75D

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

Shades of Olive Green #BFB75D

Tints of Olive Green #BFB75D

Color information

#BFB75D (or 0xBFB75D) is unknown color: approx Olive Green. HEX triplet: BF, B7 and 5D. RGB value is (191,183,93). Sum of RGB (Red+Green+Blue) = 191+183+93=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB75D is #4048A2. Grayscale: #AFAFAF. Windows color (decimal): -4212899 or 6141887. OLE color: 6141887.

HSL color Cylindrical-coordinate representation of color #BFB75D: hue angle of 55.1º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFB75D is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB19118393-
CMYK00.040.510.25
HSL55.1º43.36%55.69%-
HSV(B)55.1º51.31%74.9%-
XYZ40.445.7317.05-
YUV175.1381.65139.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.90%
GREEN value IS 183 (71.88% from 255) = 39.19%
BLUE value IS 93 (36.72% from 255) = 19.91%
R=40.90%
G=39.19%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911839300.040.510.2555.143.3655.69
HexBFB75D043319372b38
Octal277267135046331675370
Binary10111111101101111011101010011001111001110111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB75D; }

 p { color: rgb(191,183,93); }

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

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

 a { background-color: rgb(191,183,93); }

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

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

 span { border-color: rgb(191,183,93); }

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