Html Css Color HEX #ADB962 Olive Green

📋 copy color: '#ADB962'

red 173 ◦ green 185 ◦ blue 98

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

Shades of Olive Green #ADB962

Tints of Olive Green #ADB962

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.57%

 BLUE value IS 98 (38.67% from 255) = 21.49%

R = 37.94%
G = 40.57%
B = 21.49%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#ADB962 (or 0xADB962) is known color: Olive Green. HEX triplet: AD, B9 and 62. RGB value is (173,185,98). Sum of RGB (Red+Green+Blue) = 173+185+98=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 185 (72.66% from 255 or 40.57% from 456); Blue value is 98 (38.67% from 255 or 21.49% from 456); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB962 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB962 is #52469D. Grayscale: #ABABAB. Windows color (decimal): -5392030 or 6470061. OLE color: 6470061.

HSL color Cylindrical-coordinate representation of color #ADB962: hue angle of 68.28º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADB962 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 185 98 -
CMYK 0.06 0 0.47 0.27
HSL 68.28º 0.38% 0.55% -
HSV(B) 68.28º 0.47% 0.73% -
XYZ 36.79 44.46 18.2 -
YUV 171.49 86.52 129.07 -
System Red Green Blue C M Y K H S L
Decimal 173 185 98 0.06 0 0.47 0.27 68.28 0.38 0.55
Hex AD B9 62 6 0 2F 1B 44 26 37
Octal 255 271 142 6 0 57 33 104 46 67
Binary 10101101 10111001 1100010 110 0 101111 11011 1000100 100110 110111

Color Harmonies of #ADB962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB962

Black with #ADB962

Text Example


Text Example

White with #ADB962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB962; }

 p { color: rgb(173,185,98); }

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

background-color css

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

 a { background-color: rgb(173,185,98); }

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

border-color css

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

 span { border-color: rgb(173,185,98); }

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