Html Css Color HEX #ADB453 Olive Green

📋 copy color: '#ADB453'

red 173 ◦ green 180 ◦ blue 83

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

Shades of Olive Green #ADB453

Tints of Olive Green #ADB453

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.28%

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

R = 39.68%
G = 41.28%
B = 19.04%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#ADB453 (or 0xADB453) is known color: Olive Green. HEX triplet: AD, B4 and 53. RGB value is (173,180,83). Sum of RGB (Red+Green+Blue) = 173+180+83=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 83 (32.81% from 255 or 19.04% from 436); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB453 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB453 is #524BAC. Grayscale: #A7A7A7. Windows color (decimal): -5393325 or 5485741. OLE color: 5485741.

HSL color Cylindrical-coordinate representation of color #ADB453: hue angle of 64.33º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADB453 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 180 83 -
CMYK 0.04 0 0.54 0.29
HSL 64.33º 0.39% 0.52% -
HSV(B) 64.33º 0.54% 0.71% -
XYZ 35.12 42.15 14.47 -
YUV 166.85 80.68 132.39 -
System Red Green Blue C M Y K H S L
Decimal 173 180 83 0.04 0 0.54 0.29 64.33 0.39 0.52
Hex AD B4 53 4 0 36 1D 40 27 34
Octal 255 264 123 4 0 66 35 100 47 64
Binary 10101101 10110100 1010011 100 0 110110 11101 1000000 100111 110100

Color Harmonies of #ADB453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB453

Black with #ADB453

Text Example


Text Example

White with #ADB453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB453; }

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

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

background-color css

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

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

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

border-color css

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

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

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