Html Css Color HEX #ADB85A Olive Green

📋 copy color: '#ADB85A'

red 173 ◦ green 184 ◦ blue 90

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

Shades of Olive Green #ADB85A

Tints of Olive Green #ADB85A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.16%

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

R = 38.7%
G = 41.16%
B = 20.13%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#ADB85A (or 0xADB85A) is known color: Olive Green. HEX triplet: AD, B8 and 5A. RGB value is (173,184,90). Sum of RGB (Red+Green+Blue) = 173+184+90=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 184 (72.27% from 255 or 41.16% from 447); Blue value is 90 (35.55% from 255 or 20.13% from 447); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB85A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB85A is #5247A5. Grayscale: #AAAAAA. Windows color (decimal): -5392294 or 5945517. OLE color: 5945517.

HSL color Cylindrical-coordinate representation of color #ADB85A: hue angle of 67.02º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADB85A is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 184 90 -
CMYK 0.06 0 0.51 0.28
HSL 67.02º 0.4% 0.54% -
HSV(B) 67.02º 0.51% 0.72% -
XYZ 36.22 43.9 16.24 -
YUV 170 82.86 130.14 -
System Red Green Blue C M Y K H S L
Decimal 173 184 90 0.06 0 0.51 0.28 67.02 0.4 0.54
Hex AD B8 5A 6 0 33 1C 43 28 36
Octal 255 270 132 6 0 63 34 103 50 66
Binary 10101101 10111000 1011010 110 0 110011 11100 1000011 101000 110110

Color Harmonies of #ADB85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB85A

Black with #ADB85A

Text Example


Text Example

White with #ADB85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB85A; }

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

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

background-color css

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

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

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

border-color css

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

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

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