Html Css Color HEX #BDB850 Olive Green

📋 copy color: '#BDB850'

red 189 ◦ green 184 ◦ blue 80

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

Shades of Olive Green #BDB850

Tints of Olive Green #BDB850

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.62%

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

R = 41.72%
G = 40.62%
B = 17.66%

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

#BDB850 (or 0xBDB850) is known color: Olive Green. HEX triplet: BD, B8 and 50. RGB value is (189,184,80). Sum of RGB (Red+Green+Blue) = 189+184+80=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 184 (72.27% from 255 or 40.62% from 453); Blue value is 80 (31.64% from 255 or 17.66% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB850 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB850 is #4247AF. Grayscale: #AEAEAE. Windows color (decimal): -4343728 or 5290173. OLE color: 5290173.

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

Color convert

RGB 189 184 80 -
CMYK 0 0.03 0.58 0.26
HSL 57.25º 0.45% 0.53% -
HSV(B) 57.25º 0.58% 0.74% -
XYZ 39.57 45.68 14.32 -
YUV 173.64 75.16 138.96 -
System Red Green Blue C M Y K H S L
Decimal 189 184 80 0 0.03 0.58 0.26 57.25 0.45 0.53
Hex BD B8 50 0 3 3A 1A 39 2D 35
Octal 275 270 120 0 3 72 32 71 55 65
Binary 10111101 10111000 1010000 0 11 111010 11010 111001 101101 110101

Color Harmonies of #BDB850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB850

Black with #BDB850

Text Example


Text Example

White with #BDB850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB850; }

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

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

background-color css

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

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

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

border-color css

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

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

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