Html Css Color HEX #BFBD5E Olive Green

📋 copy color: '#BFBD5E'

red 191 ◦ green 189 ◦ blue 94

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

Shades of Olive Green #BFBD5E

Tints of Olive Green #BFBD5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 19.83%

R = 40.3%
G = 39.87%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BFBD5E (or 0xBFBD5E) is known color: Olive Green. HEX triplet: BF, BD and 5E. RGB value is (191,189,94). Sum of RGB (Red+Green+Blue) = 191+189+94=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 189 (74.22% from 255 or 39.87% from 474); Blue value is 94 (37.11% from 255 or 19.83% from 474); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBD5E is #4042A1. Grayscale: #B3B3B3. Windows color (decimal): -4211362 or 6208959. OLE color: 6208959.

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

Color convert

RGB 191 189 94 -
CMYK 0 0.01 0.51 0.25
HSL 58.76º 0.43% 0.56% -
HSV(B) 58.76º 0.51% 0.75% -
XYZ 41.7 48.28 17.71 -
YUV 178.77 80.16 136.72 -
System Red Green Blue C M Y K H S L
Decimal 191 189 94 0 0.01 0.51 0.25 58.76 0.43 0.56
Hex BF BD 5E 0 1 33 19 3B 2B 38
Octal 277 275 136 0 1 63 31 73 53 70
Binary 10111111 10111101 1011110 0 1 110011 11001 111011 101011 111000

Color Harmonies of #BFBD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBD5E

Black with #BFBD5E

Text Example


Text Example

White with #BFBD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBD5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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