Html Css Color HEX #ADB25E Olive Green

📋 copy color: '#ADB25E'

red 173 ◦ green 178 ◦ blue 94

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

Shades of Olive Green #ADB25E

Tints of Olive Green #ADB25E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40%

 BLUE value IS 94 (37.11% from 255) = 21.12%

R = 38.88%
G = 40%
B = 21.12%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#ADB25E (or 0xADB25E) is known color: Olive Green. HEX triplet: AD, B2 and 5E. RGB value is (173,178,94). Sum of RGB (Red+Green+Blue) = 173+178+94=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 178 (69.92% from 255 or 40% from 445); Blue value is 94 (37.11% from 255 or 21.12% from 445); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB25E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB25E is #524DA1. Grayscale: #A7A7A7. Windows color (decimal): -5393826 or 6206125. OLE color: 6206125.

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

Color convert

RGB 173 178 94 -
CMYK 0.03 0 0.47 0.30
HSL 63.57º 0.35% 0.53% -
HSV(B) 63.57º 0.47% 0.7% -
XYZ 35.17 41.53 16.75 -
YUV 166.93 86.84 132.33 -
System Red Green Blue C M Y K H S L
Decimal 173 178 94 0.03 0 0.47 0.30 63.57 0.35 0.53
Hex AD B2 5E 3 0 2F 1E 40 23 35
Octal 255 262 136 3 0 57 36 100 43 65
Binary 10101101 10110010 1011110 11 0 101111 11110 1000000 100011 110101

Color Harmonies of #ADB25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB25E

Black with #ADB25E

Text Example


Text Example

White with #ADB25E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB25E; }

 p { color: rgb(173,178,94); }

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

background-color css

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

 a { background-color: rgb(173,178,94); }

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

border-color css

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

 span { border-color: rgb(173,178,94); }

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