Html Css Color HEX #BDB551 Olive Green

📋 copy color: '#BDB551'

red 189 ◦ green 181 ◦ blue 81

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

Shades of Olive Green #BDB551

Tints of Olive Green #BDB551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 17.96%

R = 41.91%
G = 40.13%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BDB551 (or 0xBDB551) is known color: Olive Green. HEX triplet: BD, B5 and 51. RGB value is (189,181,81). Sum of RGB (Red+Green+Blue) = 189+181+81=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 181 (71.09% from 255 or 40.13% from 451); Blue value is 81 (32.03% from 255 or 17.96% from 451); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB551 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB551 is #424AAE. Grayscale: #ACACAC. Windows color (decimal): -4344495 or 5354941. OLE color: 5354941.

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

Color convert

RGB 189 181 81 -
CMYK 0 0.04 0.57 0.26
HSL 55.56º 0.45% 0.53% -
HSV(B) 55.56º 0.57% 0.74% -
XYZ 39 44.46 14.31 -
YUV 171.99 76.65 140.13 -
System Red Green Blue C M Y K H S L
Decimal 189 181 81 0 0.04 0.57 0.26 55.56 0.45 0.53
Hex BD B5 51 0 4 39 1A 38 2D 35
Octal 275 265 121 0 4 71 32 70 55 65
Binary 10111101 10110101 1010001 0 100 111001 11010 111000 101101 110101

Color Harmonies of #BDB551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB551

Black with #BDB551

Text Example


Text Example

White with #BDB551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB551; }

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

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

background-color css

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

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

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

border-color css

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

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

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