Html Css Color HEX #ADB259 Olive Green

📋 copy color: '#ADB259'

red 173 ◦ green 178 ◦ blue 89

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

Shades of Olive Green #ADB259

Tints of Olive Green #ADB259

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.45%

 BLUE value IS 89 (35.16% from 255) = 20.23%

R = 39.32%
G = 40.45%
B = 20.23%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.5

 K value IS 0.30

RGB Variations

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

Color information

#ADB259 (or 0xADB259) is known color: Olive Green. HEX triplet: AD, B2 and 59. RGB value is (173,178,89). Sum of RGB (Red+Green+Blue) = 173+178+89=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 178 (69.92% from 255 or 40.45% from 440); Blue value is 89 (35.16% from 255 or 20.23% from 440); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB259 is #524DA6. Grayscale: #A6A6A6. Windows color (decimal): -5393831 or 5878445. OLE color: 5878445.

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

Color convert

RGB 173 178 89 -
CMYK 0.03 0 0.5 0.30
HSL 63.37º 0.37% 0.52% -
HSV(B) 63.37º 0.5% 0.7% -
XYZ 34.96 41.45 15.61 -
YUV 166.36 84.34 132.74 -
System Red Green Blue C M Y K H S L
Decimal 173 178 89 0.03 0 0.5 0.30 63.37 0.37 0.52
Hex AD B2 59 3 0 32 1E 3F 25 34
Octal 255 262 131 3 0 62 36 77 45 64
Binary 10101101 10110010 1011001 11 0 110010 11110 111111 100101 110100

Color Harmonies of #ADB259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB259

Black with #ADB259

Text Example


Text Example

White with #ADB259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB259; }

 p { color: rgb(173,178,89); }

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

background-color css

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

 a { background-color: rgb(173,178,89); }

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

border-color css

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

 span { border-color: rgb(173,178,89); }

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