Html Css Color HEX #BFBD56 Olive Green

📋 copy color: '#BFBD56'

red 191 ◦ green 189 ◦ blue 86

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

Shades of Olive Green #BFBD56

Tints of Olive Green #BFBD56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 18.45%

R = 40.99%
G = 40.56%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BFBD56 (or 0xBFBD56) is known color: Olive Green. HEX triplet: BF, BD and 56. RGB value is (191,189,86). Sum of RGB (Red+Green+Blue) = 191+189+86=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 86 (33.98% from 255 or 18.45% from 466); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBD56 is #4042A9. Grayscale: #B2B2B2. Windows color (decimal): -4211370 or 5684671. OLE color: 5684671.

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

Color convert

RGB 191 189 86 -
CMYK 0 0.01 0.55 0.25
HSL 58.86º 0.45% 0.54% -
HSV(B) 58.86º 0.55% 0.75% -
XYZ 41.36 48.14 15.92 -
YUV 177.86 76.16 137.38 -
System Red Green Blue C M Y K H S L
Decimal 191 189 86 0 0.01 0.55 0.25 58.86 0.45 0.54
Hex BF BD 56 0 1 37 19 3B 2D 36
Octal 277 275 126 0 1 67 31 73 55 66
Binary 10111111 10111101 1010110 0 1 110111 11001 111011 101101 110110

Color Harmonies of #BFBD56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBD56

Black with #BFBD56

Text Example


Text Example

White with #BFBD56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBD56; }

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

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

background-color css

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

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

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

border-color css

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

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

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