Html Css Color HEX #ADB35E Olive Green

📋 copy color: '#ADB35E'

red 173 ◦ green 179 ◦ blue 94

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

Shades of Olive Green #ADB35E

Tints of Olive Green #ADB35E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.13%

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

R = 38.79%
G = 40.13%
B = 21.08%

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

#ADB35E (or 0xADB35E) is known color: Olive Green. HEX triplet: AD, B3 and 5E. RGB value is (173,179,94). Sum of RGB (Red+Green+Blue) = 173+179+94=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 179 (70.31% from 255 or 40.13% from 446); Blue value is 94 (37.11% from 255 or 21.08% from 446); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB35E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB35E is #524CA1. Grayscale: #A7A7A7. Windows color (decimal): -5393570 or 6206381. OLE color: 6206381.

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

Color convert

RGB 173 179 94 -
CMYK 0.03 0 0.47 0.30
HSL 64.24º 0.36% 0.54% -
HSV(B) 64.24º 0.47% 0.7% -
XYZ 35.37 41.93 16.82 -
YUV 167.52 86.51 131.91 -
System Red Green Blue C M Y K H S L
Decimal 173 179 94 0.03 0 0.47 0.30 64.24 0.36 0.54
Hex AD B3 5E 3 0 2F 1E 40 24 36
Octal 255 263 136 3 0 57 36 100 44 66
Binary 10101101 10110011 1011110 11 0 101111 11110 1000000 100100 110110

Color Harmonies of #ADB35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB35E

Black with #ADB35E

Text Example


Text Example

White with #ADB35E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB35E; }

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

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

background-color css

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

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

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

border-color css

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

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

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