Html Css Color HEX #BFB859 Olive Green

📋 copy color: '#BFB859'

red 191 ◦ green 184 ◦ blue 89

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

Shades of Olive Green #BFB859

Tints of Olive Green #BFB859

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.66%

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

R = 41.16%
G = 39.66%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BFB859 (or 0xBFB859) is known color: Olive Green. HEX triplet: BF, B8 and 59. RGB value is (191,184,89). Sum of RGB (Red+Green+Blue) = 191+184+89=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 184 (72.27% from 255 or 39.66% from 464); Blue value is 89 (35.16% from 255 or 19.18% from 464); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB859 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB859 is #4047A6. Grayscale: #AFAFAF. Windows color (decimal): -4212647 or 5879999. OLE color: 5879999.

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

Color convert

RGB 191 184 89 -
CMYK 0 0.04 0.53 0.25
HSL 55.88º 0.44% 0.55% -
HSV(B) 55.88º 0.53% 0.75% -
XYZ 40.43 46.08 16.21 -
YUV 175.26 79.32 139.22 -
System Red Green Blue C M Y K H S L
Decimal 191 184 89 0 0.04 0.53 0.25 55.88 0.44 0.55
Hex BF B8 59 0 4 35 19 38 2C 37
Octal 277 270 131 0 4 65 31 70 54 67
Binary 10111111 10111000 1011001 0 100 110101 11001 111000 101100 110111

Color Harmonies of #BFB859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB859

Black with #BFB859

Text Example


Text Example

White with #BFB859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB859; }

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

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

background-color css

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

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

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

border-color css

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

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

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