Html Css Color HEX #ADB354 Olive Green

📋 copy color: '#ADB354'

red 173 ◦ green 179 ◦ blue 84

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

Shades of Olive Green #ADB354

Tints of Olive Green #ADB354

RGB

 RED value IS 173 (67.97% from 255) = 39.68%

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

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

R = 39.68%
G = 41.06%
B = 19.27%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#ADB354 (or 0xADB354) is known color: Olive Green. HEX triplet: AD, B3 and 54. RGB value is (173,179,84). Sum of RGB (Red+Green+Blue) = 173+179+84=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 179 (70.31% from 255 or 41.06% from 436); Blue value is 84 (33.20% from 255 or 19.27% from 436); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB354 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB354 is #524CAB. Grayscale: #A6A6A6. Windows color (decimal): -5393580 or 5551021. OLE color: 5551021.

HSL color Cylindrical-coordinate representation of color #ADB354: hue angle of 63.79º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADB354 is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 179 84 -
CMYK 0.03 0 0.53 0.30
HSL 63.79º 0.38% 0.52% -
HSV(B) 63.79º 0.53% 0.7% -
XYZ 34.95 41.76 14.61 -
YUV 166.38 81.51 132.72 -
System Red Green Blue C M Y K H S L
Decimal 173 179 84 0.03 0 0.53 0.30 63.79 0.38 0.52
Hex AD B3 54 3 0 35 1E 40 26 34
Octal 255 263 124 3 0 65 36 100 46 64
Binary 10101101 10110011 1010100 11 0 110101 11110 1000000 100110 110100

Color Harmonies of #ADB354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB354

Black with #ADB354

Text Example


Text Example

White with #ADB354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB354; }

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

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

background-color css

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

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

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

border-color css

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

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

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