Html Css Color HEX #BFB558 Olive Green

📋 copy color: '#BFB558'

red 191 ◦ green 181 ◦ blue 88

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

Shades of Olive Green #BFB558

Tints of Olive Green #BFB558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.13%

R = 41.52%
G = 39.35%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BFB558 (or 0xBFB558) is known color: Olive Green. HEX triplet: BF, B5 and 58. RGB value is (191,181,88). Sum of RGB (Red+Green+Blue) = 191+181+88=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 181 (71.09% from 255 or 39.35% from 460); Blue value is 88 (34.77% from 255 or 19.13% from 460); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB558 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB558 is #404AA7. Grayscale: #ADADAD. Windows color (decimal): -4213416 or 5813695. OLE color: 5813695.

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

Color convert

RGB 191 181 88 -
CMYK 0 0.05 0.54 0.25
HSL 54.17º 0.45% 0.55% -
HSV(B) 54.17º 0.54% 0.75% -
XYZ 39.77 44.83 15.79 -
YUV 173.39 79.81 140.56 -
System Red Green Blue C M Y K H S L
Decimal 191 181 88 0 0.05 0.54 0.25 54.17 0.45 0.55
Hex BF B5 58 0 5 36 19 36 2D 37
Octal 277 265 130 0 5 66 31 66 55 67
Binary 10111111 10110101 1011000 0 101 110110 11001 110110 101101 110111

Color Harmonies of #BFB558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB558

Black with #BFB558

Text Example


Text Example

White with #BFB558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB558; }

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

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

background-color css

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

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

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

border-color css

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

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

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