Html Css Color HEX #ADB55A Olive Green

📋 copy color: '#ADB55A'

red 173 ◦ green 181 ◦ blue 90

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

Shades of Olive Green #ADB55A

Tints of Olive Green #ADB55A

RGB

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

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

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

R = 38.96%
G = 40.77%
B = 20.27%

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

#ADB55A (or 0xADB55A) is known color: Olive Green. HEX triplet: AD, B5 and 5A. RGB value is (173,181,90). Sum of RGB (Red+Green+Blue) = 173+181+90=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 181 (71.09% from 255 or 40.77% from 444); Blue value is 90 (35.55% from 255 or 20.27% from 444); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB55A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB55A is #524AA5. Grayscale: #A8A8A8. Windows color (decimal): -5393062 or 5944749. OLE color: 5944749.

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

Color convert

RGB 173 181 90 -
CMYK 0.04 0 0.50 0.29
HSL 65.27º 0.38% 0.53% -
HSV(B) 65.27º 0.5% 0.71% -
XYZ 35.6 42.67 16.03 -
YUV 168.23 83.85 131.4 -
System Red Green Blue C M Y K H S L
Decimal 173 181 90 0.04 0 0.50 0.29 65.27 0.38 0.53
Hex AD B5 5A 4 0 32 1D 41 26 35
Octal 255 265 132 4 0 62 35 101 46 65
Binary 10101101 10110101 1011010 100 0 110010 11101 1000001 100110 110101

Color Harmonies of #ADB55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB55A

Black with #ADB55A

Text Example


Text Example

White with #ADB55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB55A; }

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

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

background-color css

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

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

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

border-color css

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

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

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