Html Css Color HEX #BDB650 Olive Green

📋 copy color: '#BDB650'

red 189 ◦ green 182 ◦ blue 80

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

Shades of Olive Green #BDB650

Tints of Olive Green #BDB650

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.35%

 BLUE value IS 80 (31.64% from 255) = 17.74%

R = 41.91%
G = 40.35%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BDB650 (or 0xBDB650) is known color: Olive Green. HEX triplet: BD, B6 and 50. RGB value is (189,182,80). Sum of RGB (Red+Green+Blue) = 189+182+80=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 182 (71.48% from 255 or 40.35% from 451); Blue value is 80 (31.64% from 255 or 17.74% from 451); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB650 is #4249AF. Grayscale: #ACACAC. Windows color (decimal): -4344240 or 5289661. OLE color: 5289661.

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

Color convert

RGB 189 182 80 -
CMYK 0 0.04 0.58 0.26
HSL 56.15º 0.45% 0.53% -
HSV(B) 56.15º 0.58% 0.74% -
XYZ 39.16 44.85 14.18 -
YUV 172.47 75.82 139.79 -
System Red Green Blue C M Y K H S L
Decimal 189 182 80 0 0.04 0.58 0.26 56.15 0.45 0.53
Hex BD B6 50 0 4 3A 1A 38 2D 35
Octal 275 266 120 0 4 72 32 70 55 65
Binary 10111101 10110110 1010000 0 100 111010 11010 111000 101101 110101

Color Harmonies of #BDB650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB650

Black with #BDB650

Text Example


Text Example

White with #BDB650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB650; }

 p { color: rgb(189,182,80); }

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

background-color css

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

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

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

border-color css

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

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

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