Html Css Color HEX #ADB15A Olive Green

📋 copy color: '#ADB15A'

red 173 ◦ green 177 ◦ blue 90

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

Shades of Olive Green #ADB15A

Tints of Olive Green #ADB15A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.23%

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

R = 39.32%
G = 40.23%
B = 20.45%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#ADB15A (or 0xADB15A) is known color: Olive Green. HEX triplet: AD, B1 and 5A. RGB value is (173,177,90). Sum of RGB (Red+Green+Blue) = 173+177+90=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 177 (69.53% from 255 or 40.23% from 440); Blue value is 90 (35.55% from 255 or 20.45% from 440); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB15A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB15A is #524EA5. Grayscale: #A6A6A6. Windows color (decimal): -5394086 or 5943725. OLE color: 5943725.

HSL color Cylindrical-coordinate representation of color #ADB15A: hue angle of 62.76º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADB15A is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 177 90 -
CMYK 0.02 0 0.49 0.31
HSL 62.76º 0.36% 0.52% -
HSV(B) 62.76º 0.49% 0.69% -
XYZ 34.8 41.07 15.77 -
YUV 165.89 85.17 133.07 -
System Red Green Blue C M Y K H S L
Decimal 173 177 90 0.02 0 0.49 0.31 62.76 0.36 0.52
Hex AD B1 5A 2 0 31 1F 3F 24 34
Octal 255 261 132 2 0 61 37 77 44 64
Binary 10101101 10110001 1011010 10 0 110001 11111 111111 100100 110100

Color Harmonies of #ADB15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB15A

Black with #ADB15A

Text Example


Text Example

White with #ADB15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB15A; }

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

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

background-color css

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

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

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

border-color css

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

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

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