Html Css Color HEX #BDB554 Olive Green

📋 copy color: '#BDB554'

red 189 ◦ green 181 ◦ blue 84

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

Shades of Olive Green #BDB554

Tints of Olive Green #BDB554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 18.5%

R = 41.63%
G = 39.87%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BDB554 (or 0xBDB554) is known color: Olive Green. HEX triplet: BD, B5 and 54. RGB value is (189,181,84). Sum of RGB (Red+Green+Blue) = 189+181+84=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 181 (71.09% from 255 or 39.87% from 454); Blue value is 84 (33.20% from 255 or 18.50% from 454); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB554 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB554 is #424AAB. Grayscale: #ACACAC. Windows color (decimal): -4344492 or 5551549. OLE color: 5551549.

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

Color convert

RGB 189 181 84 -
CMYK 0 0.04 0.56 0.26
HSL 55.43º 0.44% 0.54% -
HSV(B) 55.43º 0.56% 0.74% -
XYZ 39.11 44.51 14.92 -
YUV 172.33 78.15 139.89 -
System Red Green Blue C M Y K H S L
Decimal 189 181 84 0 0.04 0.56 0.26 55.43 0.44 0.54
Hex BD B5 54 0 4 38 1A 37 2C 36
Octal 275 265 124 0 4 70 32 67 54 66
Binary 10111101 10110101 1010100 0 100 111000 11010 110111 101100 110110

Color Harmonies of #BDB554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB554

Black with #BDB554

Text Example


Text Example

White with #BDB554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB554; }

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

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

background-color css

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

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

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

border-color css

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

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

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