Html Css Color HEX #BDB354 Olive Green

📋 copy color: '#BDB354'

red 189 ◦ green 179 ◦ blue 84

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

Shades of Olive Green #BDB354

Tints of Olive Green #BDB354

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.6%

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

R = 41.81%
G = 39.6%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BDB354 (or 0xBDB354) is known color: Olive Green. HEX triplet: BD, B3 and 54. RGB value is (189,179,84). Sum of RGB (Red+Green+Blue) = 189+179+84=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 179 (70.31% from 255 or 39.60% from 452); Blue value is 84 (33.20% from 255 or 18.58% from 452); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB354 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB354 is #424CAB. Grayscale: #ABABAB. Windows color (decimal): -4345004 or 5551037. OLE color: 5551037.

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

Color convert

RGB 189 179 84 -
CMYK 0 0.05 0.56 0.26
HSL 54.29º 0.44% 0.54% -
HSV(B) 54.29º 0.56% 0.74% -
XYZ 38.71 43.7 14.78 -
YUV 171.16 78.81 140.72 -
System Red Green Blue C M Y K H S L
Decimal 189 179 84 0 0.05 0.56 0.26 54.29 0.44 0.54
Hex BD B3 54 0 5 38 1A 36 2C 36
Octal 275 263 124 0 5 70 32 66 54 66
Binary 10111101 10110011 1010100 0 101 111000 11010 110110 101100 110110

Color Harmonies of #BDB354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB354

Black with #BDB354

Text Example


Text Example

White with #BDB354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB354; }

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

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

background-color css

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

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

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

border-color css

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

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

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