Html Css Color HEX #BDB559 Olive Green

📋 copy color: '#BDB559'

red 189 ◦ green 181 ◦ blue 89

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

Shades of Olive Green #BDB559

Tints of Olive Green #BDB559

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 19.39%

R = 41.18%
G = 39.43%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BDB559 (or 0xBDB559) is known color: Olive Green. HEX triplet: BD, B5 and 59. RGB value is (189,181,89). Sum of RGB (Red+Green+Blue) = 189+181+89=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 181 (71.09% from 255 or 39.43% from 459); Blue value is 89 (35.16% from 255 or 19.39% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB559 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB559 is #424AA6. Grayscale: #ADADAD. Windows color (decimal): -4344487 or 5879229. OLE color: 5879229.

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

Color convert

RGB 189 181 89 -
CMYK 0 0.04 0.53 0.26
HSL 55.2º 0.43% 0.55% -
HSV(B) 55.2º 0.53% 0.74% -
XYZ 39.31 44.59 15.99 -
YUV 172.9 80.65 139.48 -
System Red Green Blue C M Y K H S L
Decimal 189 181 89 0 0.04 0.53 0.26 55.2 0.43 0.55
Hex BD B5 59 0 4 35 1A 37 2B 37
Octal 275 265 131 0 4 65 32 67 53 67
Binary 10111101 10110101 1011001 0 100 110101 11010 110111 101011 110111

Color Harmonies of #BDB559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB559

Black with #BDB559

Text Example


Text Example

White with #BDB559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB559; }

 p { color: rgb(189,181,89); }

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

background-color css

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

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

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

border-color css

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

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

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