Html Css Color HEX #BFBD59 Olive Green

📋 copy color: '#BFBD59'

red 191 ◦ green 189 ◦ blue 89

#BFBD59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Green #BFBD59

Tints of Olive Green #BFBD59

RGB

 RED value IS 191 (75% from 255) = 40.72%

 GREEN value IS 189 (74.22% from 255) = 40.3%

 BLUE value IS 89 (35.16% from 255) = 18.98%

R = 40.72%
G = 40.3%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BFBD59 (or 0xBFBD59) is known color: Olive Green. HEX triplet: BF, BD and 59. RGB value is (191,189,89). Sum of RGB (Red+Green+Blue) = 191+189+89=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 89 (35.16% from 255 or 18.98% from 469); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBD59 is #4042A6. Grayscale: #B2B2B2. Windows color (decimal): -4211367 or 5881279. OLE color: 5881279.

HSL color Cylindrical-coordinate representation of color #BFBD59: hue angle of 58.82º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BFBD59 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 189 89 -
CMYK 0 0.01 0.53 0.25
HSL 58.82º 0.44% 0.55% -
HSV(B) 58.82º 0.53% 0.75% -
XYZ 41.49 48.19 16.57 -
YUV 178.2 77.66 137.13 -
System Red Green Blue C M Y K H S L
Decimal 191 189 89 0 0.01 0.53 0.25 58.82 0.44 0.55
Hex BF BD 59 0 1 35 19 3B 2C 37
Octal 277 275 131 0 1 65 31 73 54 67
Binary 10111111 10111101 1011001 0 1 110101 11001 111011 101100 110111

Color Harmonies of #BFBD59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBD59

Black with #BFBD59

Text Example


Text Example

White with #BFBD59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBD59; }

 p { color: rgb(191,189,89); }

 H1.HeaderClassName
 {
   color: #BFBD59;
 }
 .AnyTagClassName
 {
   color: #BFBD59;
 }
</style>

background-color css

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

 a { background-color: rgb(191,189,89); }

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

border-color css

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

 span { border-color: rgb(191,189,89); }

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