Html Css Color HEX #ADB056 Olive Green

📋 copy color: '#ADB056'

red 173 ◦ green 176 ◦ blue 86

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

Shades of Olive Green #ADB056

Tints of Olive Green #ADB056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.77%

R = 39.77%
G = 40.46%
B = 19.77%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#ADB056 (or 0xADB056) is known color: Olive Green. HEX triplet: AD, B0 and 56. RGB value is (173,176,86). Sum of RGB (Red+Green+Blue) = 173+176+86=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 86 (33.98% from 255 or 19.77% from 435); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB056 is #524FA9. Grayscale: #A5A5A5. Windows color (decimal): -5394346 or 5681325. OLE color: 5681325.

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

Color convert

RGB 173 176 86 -
CMYK 0.02 0 0.51 0.31
HSL 62º 0.36% 0.51% -
HSV(B) 62º 0.51% 0.69% -
XYZ 34.44 40.61 14.83 -
YUV 164.84 83.51 133.82 -
System Red Green Blue C M Y K H S L
Decimal 173 176 86 0.02 0 0.51 0.31 62 0.36 0.51
Hex AD B0 56 2 0 33 1F 3E 24 33
Octal 255 260 126 2 0 63 37 76 44 63
Binary 10101101 10110000 1010110 10 0 110011 11111 111110 100100 110011

Color Harmonies of #ADB056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB056

Black with #ADB056

Text Example


Text Example

White with #ADB056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB056; }

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

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

background-color css

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

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

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

border-color css

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

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

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