Html Css Color HEX #BDB750 Olive Green

📋 copy color: '#BDB750'

red 189 ◦ green 183 ◦ blue 80

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

Shades of Olive Green #BDB750

Tints of Olive Green #BDB750

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.49%

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

R = 41.81%
G = 40.49%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BDB750 (or 0xBDB750) is known color: Olive Green. HEX triplet: BD, B7 and 50. RGB value is (189,183,80). Sum of RGB (Red+Green+Blue) = 189+183+80=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 183 (71.88% from 255 or 40.49% from 452); Blue value is 80 (31.64% from 255 or 17.70% from 452); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB750 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB750 is #4248AF. Grayscale: #ADADAD. Windows color (decimal): -4343984 or 5289917. OLE color: 5289917.

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

Color convert

RGB 189 183 80 -
CMYK 0 0.03 0.58 0.26
HSL 56.7º 0.45% 0.53% -
HSV(B) 56.7º 0.58% 0.74% -
XYZ 39.37 45.26 14.25 -
YUV 173.05 75.49 139.38 -
System Red Green Blue C M Y K H S L
Decimal 189 183 80 0 0.03 0.58 0.26 56.7 0.45 0.53
Hex BD B7 50 0 3 3A 1A 39 2D 35
Octal 275 267 120 0 3 72 32 71 55 65
Binary 10111101 10110111 1010000 0 11 111010 11010 111001 101101 110101

Color Harmonies of #BDB750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB750

Black with #BDB750

Text Example


Text Example

White with #BDB750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB750; }

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

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

background-color css

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

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

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

border-color css

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

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

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