Html Css Color HEX #ADB155 Olive Green

📋 copy color: '#ADB155'

red 173 ◦ green 177 ◦ blue 85

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

Shades of Olive Green #ADB155

Tints of Olive Green #ADB155

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.69%

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

R = 39.77%
G = 40.69%
B = 19.54%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#ADB155 (or 0xADB155) is known color: Olive Green. HEX triplet: AD, B1 and 55. RGB value is (173,177,85). Sum of RGB (Red+Green+Blue) = 173+177+85=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 85 (33.59% from 255 or 19.54% from 435); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB155 is #524EAA. Grayscale: #A5A5A5. Windows color (decimal): -5394091 or 5616045. OLE color: 5616045.

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

Color convert

RGB 173 177 85 -
CMYK 0.02 0 0.52 0.31
HSL 62.61º 0.37% 0.51% -
HSV(B) 62.61º 0.52% 0.69% -
XYZ 34.6 40.98 14.68 -
YUV 165.32 82.67 133.48 -
System Red Green Blue C M Y K H S L
Decimal 173 177 85 0.02 0 0.52 0.31 62.61 0.37 0.51
Hex AD B1 55 2 0 34 1F 3F 25 33
Octal 255 261 125 2 0 64 37 77 45 63
Binary 10101101 10110001 1010101 10 0 110100 11111 111111 100101 110011

Color Harmonies of #ADB155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB155

Black with #ADB155

Text Example


Text Example

White with #ADB155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB155; }

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

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

background-color css

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

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

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

border-color css

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

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

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