Html Css Color HEX #ADAB53 Olive Green

📋 copy color: '#ADAB53'

red 173 ◦ green 171 ◦ blue 83

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

Shades of Olive Green #ADAB53

Tints of Olive Green #ADAB53

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.05%

 BLUE value IS 83 (32.81% from 255) = 19.44%

R = 40.52%
G = 40.05%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#ADAB53 (or 0xADAB53) is known color: Olive Green. HEX triplet: AD, AB and 53. RGB value is (173,171,83). Sum of RGB (Red+Green+Blue) = 173+171+83=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 83 (32.81% from 255 or 19.44% from 427); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB53 is #5254AC. Grayscale: #A1A1A1. Windows color (decimal): -5395629 or 5483437. OLE color: 5483437.

HSL color Cylindrical-coordinate representation of color #ADAB53: hue angle of 58.67º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADAB53 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 171 83 -
CMYK 0 0.01 0.52 0.32
HSL 58.67º 0.35% 0.5% -
HSV(B) 58.67º 0.52% 0.68% -
XYZ 33.36 38.63 13.88 -
YUV 161.57 83.66 136.16 -
System Red Green Blue C M Y K H S L
Decimal 173 171 83 0 0.01 0.52 0.32 58.67 0.35 0.5
Hex AD AB 53 0 1 34 20 3B 23 32
Octal 255 253 123 0 1 64 40 73 43 62
Binary 10101101 10101011 1010011 0 1 110100 100000 111011 100011 110010

Color Harmonies of #ADAB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAB53

Black with #ADAB53

Text Example


Text Example

White with #ADAB53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAB53; }

 p { color: rgb(173,171,83); }

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

background-color css

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

 a { background-color: rgb(173,171,83); }

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

border-color css

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

 span { border-color: rgb(173,171,83); }

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