Html Css Color HEX #ADB557 Olive Green

📋 copy color: '#ADB557'

red 173 ◦ green 181 ◦ blue 87

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

Shades of Olive Green #ADB557

Tints of Olive Green #ADB557

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.04%

 BLUE value IS 87 (34.38% from 255) = 19.73%

R = 39.23%
G = 41.04%
B = 19.73%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#ADB557 (or 0xADB557) is known color: Olive Green. HEX triplet: AD, B5 and 57. RGB value is (173,181,87). Sum of RGB (Red+Green+Blue) = 173+181+87=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 87 (34.38% from 255 or 19.73% from 441); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB557 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB557 is #524AA8. Grayscale: #A8A8A8. Windows color (decimal): -5393065 or 5748141. OLE color: 5748141.

HSL color Cylindrical-coordinate representation of color #ADB557: hue angle of 65.11º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADB557 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 181 87 -
CMYK 0.04 0 0.52 0.29
HSL 65.11º 0.39% 0.53% -
HSV(B) 65.11º 0.52% 0.71% -
XYZ 35.48 42.62 15.37 -
YUV 167.89 82.35 131.64 -
System Red Green Blue C M Y K H S L
Decimal 173 181 87 0.04 0 0.52 0.29 65.11 0.39 0.53
Hex AD B5 57 4 0 34 1D 41 27 35
Octal 255 265 127 4 0 64 35 101 47 65
Binary 10101101 10110101 1010111 100 0 110100 11101 1000001 100111 110101

Color Harmonies of #ADB557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB557

Black with #ADB557

Text Example


Text Example

White with #ADB557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB557; }

 p { color: rgb(173,181,87); }

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

background-color css

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

 a { background-color: rgb(173,181,87); }

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

border-color css

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

 span { border-color: rgb(173,181,87); }

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