Html Css Color HEX #BFBC59 Olive Green

📋 copy color: '#BFBC59'

red 191 ◦ green 188 ◦ blue 89

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

Shades of Olive Green #BFBC59

Tints of Olive Green #BFBC59

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.17%

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

R = 40.81%
G = 40.17%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BFBC59 (or 0xBFBC59) is known color: Olive Green. HEX triplet: BF, BC and 59. RGB value is (191,188,89). Sum of RGB (Red+Green+Blue) = 191+188+89=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 89 (35.16% from 255 or 19.02% from 468); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBC59 is #4043A6. Grayscale: #B2B2B2. Windows color (decimal): -4211623 or 5881023. OLE color: 5881023.

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

Color convert

RGB 191 188 89 -
CMYK 0 0.02 0.53 0.25
HSL 58.24º 0.44% 0.55% -
HSV(B) 58.24º 0.53% 0.75% -
XYZ 41.27 47.76 16.5 -
YUV 177.61 77.99 137.55 -
System Red Green Blue C M Y K H S L
Decimal 191 188 89 0 0.02 0.53 0.25 58.24 0.44 0.55
Hex BF BC 59 0 2 35 19 3A 2C 37
Octal 277 274 131 0 2 65 31 72 54 67
Binary 10111111 10111100 1011001 0 10 110101 11001 111010 101100 110111

Color Harmonies of #BFBC59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBC59

Black with #BFBC59

Text Example


Text Example

White with #BFBC59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBC59; }

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

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

background-color css

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

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

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

border-color css

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

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

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