Html Css Color HEX #BDB552 Olive Green

📋 copy color: '#BDB552'

red 189 ◦ green 181 ◦ blue 82

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

Shades of Olive Green #BDB552

Tints of Olive Green #BDB552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.14%

R = 41.81%
G = 40.04%
B = 18.14%

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

#BDB552 (or 0xBDB552) is known color: Olive Green. HEX triplet: BD, B5 and 52. RGB value is (189,181,82). Sum of RGB (Red+Green+Blue) = 189+181+82=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 181 (71.09% from 255 or 40.04% from 452); Blue value is 82 (32.42% from 255 or 18.14% from 452); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB552 is #424AAD. Grayscale: #ACACAC. Windows color (decimal): -4344494 or 5420477. OLE color: 5420477.

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

Color convert

RGB 189 181 82 -
CMYK 0 0.04 0.57 0.26
HSL 55.51º 0.45% 0.53% -
HSV(B) 55.51º 0.57% 0.74% -
XYZ 39.03 44.48 14.51 -
YUV 172.11 77.15 140.05 -
System Red Green Blue C M Y K H S L
Decimal 189 181 82 0 0.04 0.57 0.26 55.51 0.45 0.53
Hex BD B5 52 0 4 39 1A 38 2D 35
Octal 275 265 122 0 4 71 32 70 55 65
Binary 10111101 10110101 1010010 0 100 111001 11010 111000 101101 110101

Color Harmonies of #BDB552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB552

Black with #BDB552

Text Example


Text Example

White with #BDB552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB552; }

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

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

background-color css

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

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

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

border-color css

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

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

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