Html Css Color HEX #ADB45A Olive Green

📋 copy color: '#ADB45A'

red 173 ◦ green 180 ◦ blue 90

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

Shades of Olive Green #ADB45A

Tints of Olive Green #ADB45A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.63%

 BLUE value IS 90 (35.55% from 255) = 20.32%

R = 39.05%
G = 40.63%
B = 20.32%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#ADB45A (or 0xADB45A) is known color: Olive Green. HEX triplet: AD, B4 and 5A. RGB value is (173,180,90). Sum of RGB (Red+Green+Blue) = 173+180+90=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 90 (35.55% from 255 or 20.32% from 443); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB45A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB45A is #524BA5. Grayscale: #A8A8A8. Windows color (decimal): -5393318 or 5944493. OLE color: 5944493.

HSL color Cylindrical-coordinate representation of color #ADB45A: hue angle of 64.67º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADB45A is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 180 90 -
CMYK 0.04 0 0.50 0.29
HSL 64.67º 0.38% 0.53% -
HSV(B) 64.67º 0.5% 0.71% -
XYZ 35.4 42.26 15.97 -
YUV 167.65 84.18 131.82 -
System Red Green Blue C M Y K H S L
Decimal 173 180 90 0.04 0 0.50 0.29 64.67 0.38 0.53
Hex AD B4 5A 4 0 32 1D 41 26 35
Octal 255 264 132 4 0 62 35 101 46 65
Binary 10101101 10110100 1011010 100 0 110010 11101 1000001 100110 110101

Color Harmonies of #ADB45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB45A

Black with #ADB45A

Text Example


Text Example

White with #ADB45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB45A; }

 p { color: rgb(173,180,90); }

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

background-color css

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

 a { background-color: rgb(173,180,90); }

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

border-color css

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

 span { border-color: rgb(173,180,90); }

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