Html Css Color HEX #ADB055 Olive Green

📋 copy color: '#ADB055'

red 173 ◦ green 176 ◦ blue 85

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

Shades of Olive Green #ADB055

Tints of Olive Green #ADB055

RGB

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

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

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

R = 39.86%
G = 40.55%
B = 19.59%

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

#ADB055 (or 0xADB055) is known color: Olive Green. HEX triplet: AD, B0 and 55. RGB value is (173,176,85). Sum of RGB (Red+Green+Blue) = 173+176+85=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 85 (33.59% from 255 or 19.59% from 434); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB055 is #524FAA. Grayscale: #A5A5A5. Windows color (decimal): -5394347 or 5615789. OLE color: 5615789.

HSL color Cylindrical-coordinate representation of color #ADB055: hue angle of 61.98º 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 #ADB055 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 176 85 -
CMYK 0.02 0 0.52 0.31
HSL 61.98º 0.37% 0.51% -
HSV(B) 61.98º 0.52% 0.69% -
XYZ 34.4 40.59 14.62 -
YUV 164.73 83.01 133.9 -
System Red Green Blue C M Y K H S L
Decimal 173 176 85 0.02 0 0.52 0.31 61.98 0.37 0.51
Hex AD B0 55 2 0 34 1F 3E 25 33
Octal 255 260 125 2 0 64 37 76 45 63
Binary 10101101 10110000 1010101 10 0 110100 11111 111110 100101 110011

Color Harmonies of #ADB055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB055

Black with #ADB055

Text Example


Text Example

White with #ADB055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB055; }

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

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

background-color css

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

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

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

border-color css

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

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

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