Html Css Color HEX #BFB55A Olive Green

📋 copy color: '#BFB55A'

red 191 ◦ green 181 ◦ blue 90

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

Shades of Olive Green #BFB55A

Tints of Olive Green #BFB55A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.18%

 BLUE value IS 90 (35.55% from 255) = 19.48%

R = 41.34%
G = 39.18%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BFB55A (or 0xBFB55A) is known color: Olive Green. HEX triplet: BF, B5 and 5A. RGB value is (191,181,90). Sum of RGB (Red+Green+Blue) = 191+181+90=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 181 (71.09% from 255 or 39.18% from 462); Blue value is 90 (35.55% from 255 or 19.48% from 462); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB55A is #404AA5. Grayscale: #ADADAD. Windows color (decimal): -4213414 or 5944767. OLE color: 5944767.

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

Color convert

RGB 191 181 90 -
CMYK 0 0.05 0.53 0.25
HSL 54.06º 0.44% 0.55% -
HSV(B) 54.06º 0.53% 0.75% -
XYZ 39.86 44.86 16.23 -
YUV 173.62 80.81 140.4 -
System Red Green Blue C M Y K H S L
Decimal 191 181 90 0 0.05 0.53 0.25 54.06 0.44 0.55
Hex BF B5 5A 0 5 35 19 36 2C 37
Octal 277 265 132 0 5 65 31 66 54 67
Binary 10111111 10110101 1011010 0 101 110101 11001 110110 101100 110111

Color Harmonies of #BFB55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB55A

Black with #BFB55A

Text Example


Text Example

White with #BFB55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB55A; }

 p { color: rgb(191,181,90); }

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

background-color css

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

 a { background-color: rgb(191,181,90); }

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

border-color css

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

 span { border-color: rgb(191,181,90); }

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