Html Css Color HEX #BDB459 Olive Green

📋 copy color: '#BDB459'

red 189 ◦ green 180 ◦ blue 89

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

Shades of Olive Green #BDB459

Tints of Olive Green #BDB459

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.3%

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

R = 41.27%
G = 39.3%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BDB459 (or 0xBDB459) is known color: Olive Green. HEX triplet: BD, B4 and 59. RGB value is (189,180,89). Sum of RGB (Red+Green+Blue) = 189+180+89=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 89 (35.16% from 255 or 19.43% from 458); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB459 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB459 is #424BA6. Grayscale: #ACACAC. Windows color (decimal): -4344743 or 5878973. OLE color: 5878973.

HSL color Cylindrical-coordinate representation of color #BDB459: hue angle of 54.6º 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 #BDB459 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 180 89 -
CMYK 0 0.05 0.53 0.26
HSL 54.6º 0.43% 0.55% -
HSV(B) 54.6º 0.53% 0.74% -
XYZ 39.11 44.18 15.92 -
YUV 172.32 80.98 139.9 -
System Red Green Blue C M Y K H S L
Decimal 189 180 89 0 0.05 0.53 0.26 54.6 0.43 0.55
Hex BD B4 59 0 5 35 1A 37 2B 37
Octal 275 264 131 0 5 65 32 67 53 67
Binary 10111101 10110100 1011001 0 101 110101 11010 110111 101011 110111

Color Harmonies of #BDB459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB459

Black with #BDB459

Text Example


Text Example

White with #BDB459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB459; }

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

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

background-color css

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

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

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

border-color css

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

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

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