Html Css Color HEX #ADB355 Olive Green

📋 copy color: '#ADB355'

red 173 ◦ green 179 ◦ blue 85

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

Shades of Olive Green #ADB355

Tints of Olive Green #ADB355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.45%

R = 39.59%
G = 40.96%
B = 19.45%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#ADB355 (or 0xADB355) is known color: Olive Green. HEX triplet: AD, B3 and 55. RGB value is (173,179,85). Sum of RGB (Red+Green+Blue) = 173+179+85=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 179 (70.31% from 255 or 40.96% from 437); Blue value is 85 (33.59% from 255 or 19.45% from 437); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB355 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB355 is #524CAA. Grayscale: #A6A6A6. Windows color (decimal): -5393579 or 5616557. OLE color: 5616557.

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

Color convert

RGB 173 179 85 -
CMYK 0.03 0 0.53 0.30
HSL 63.83º 0.38% 0.52% -
HSV(B) 63.83º 0.53% 0.7% -
XYZ 34.99 41.78 14.81 -
YUV 166.49 82.01 132.64 -
System Red Green Blue C M Y K H S L
Decimal 173 179 85 0.03 0 0.53 0.30 63.83 0.38 0.52
Hex AD B3 55 3 0 35 1E 40 26 34
Octal 255 263 125 3 0 65 36 100 46 64
Binary 10101101 10110011 1010101 11 0 110101 11110 1000000 100110 110100

Color Harmonies of #ADB355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB355

Black with #ADB355

Text Example


Text Example

White with #ADB355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB355; }

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

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

background-color css

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

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

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

border-color css

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

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

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