Html Css Color HEX #ADB052 Olive Green

📋 copy color: '#ADB052'

red 173 ◦ green 176 ◦ blue 82

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

Shades of Olive Green #ADB052

Tints of Olive Green #ADB052

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.84%

 BLUE value IS 82 (32.42% from 255) = 19.03%

R = 40.14%
G = 40.84%
B = 19.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#ADB052 (or 0xADB052) is known color: Olive Green. HEX triplet: AD, B0 and 52. RGB value is (173,176,82). Sum of RGB (Red+Green+Blue) = 173+176+82=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 82 (32.42% from 255 or 19.03% from 431); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB052 is #524FAD. Grayscale: #A4A4A4. Windows color (decimal): -5394350 or 5419181. OLE color: 5419181.

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

Color convert

RGB 173 176 82 -
CMYK 0.02 0 0.53 0.31
HSL 61.91º 0.37% 0.51% -
HSV(B) 61.91º 0.53% 0.69% -
XYZ 34.28 40.54 14 -
YUV 164.39 81.51 134.14 -
System Red Green Blue C M Y K H S L
Decimal 173 176 82 0.02 0 0.53 0.31 61.91 0.37 0.51
Hex AD B0 52 2 0 35 1F 3E 25 33
Octal 255 260 122 2 0 65 37 76 45 63
Binary 10101101 10110000 1010010 10 0 110101 11111 111110 100101 110011

Color Harmonies of #ADB052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB052

Black with #ADB052

Text Example


Text Example

White with #ADB052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB052; }

 p { color: rgb(173,176,82); }

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

background-color css

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

 a { background-color: rgb(173,176,82); }

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

border-color css

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

 span { border-color: rgb(173,176,82); }

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