Html Css Color HEX #BDBD5E Olive Green

📋 copy color: '#BDBD5E'

red 189 ◦ green 189 ◦ blue 94

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

Shades of Olive Green #BDBD5E

Tints of Olive Green #BDBD5E

RGB

 RED value IS 189 (74.22% from 255) = 40.04%

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

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

R = 40.04%
G = 40.04%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BDBD5E (or 0xBDBD5E) is known color: Olive Green. HEX triplet: BD, BD and 5E. RGB value is (189,189,94). Sum of RGB (Red+Green+Blue) = 189+189+94=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 94 (37.11% from 255 or 19.92% from 472); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBD5E is #4242A1. Grayscale: #B2B2B2. Windows color (decimal): -4342434 or 6208957. OLE color: 6208957.

HSL color Cylindrical-coordinate representation of color #BDBD5E: hue angle of 60º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDBD5E is Cyan = 0, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 189 94 -
CMYK 0 0 0.50 0.26
HSL 60º 0.42% 0.55% -
HSV(B) 60º 0.5% 0.74% -
XYZ 41.2 48.02 17.69 -
YUV 178.17 80.5 135.72 -
System Red Green Blue C M Y K H S L
Decimal 189 189 94 0 0 0.50 0.26 60 0.42 0.55
Hex BD BD 5E 0 0 32 1A 3C 2A 37
Octal 275 275 136 0 0 62 32 74 52 67
Binary 10111101 10111101 1011110 0 0 110010 11010 111100 101010 110111

Color Harmonies of #BDBD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBD5E

Black with #BDBD5E

Text Example


Text Example

White with #BDBD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBD5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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