Html Css Color HEX #ADB454 Olive Green

📋 copy color: '#ADB454'

red 173 ◦ green 180 ◦ blue 84

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

Shades of Olive Green #ADB454

Tints of Olive Green #ADB454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 19.22%

R = 39.59%
G = 41.19%
B = 19.22%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#ADB454 (or 0xADB454) is known color: Olive Green. HEX triplet: AD, B4 and 54. RGB value is (173,180,84). Sum of RGB (Red+Green+Blue) = 173+180+84=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 180 (70.70% from 255 or 41.19% from 437); Blue value is 84 (33.20% from 255 or 19.22% from 437); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB454 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB454 is #524BAB. Grayscale: #A7A7A7. Windows color (decimal): -5393324 or 5551277. OLE color: 5551277.

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

Color convert

RGB 173 180 84 -
CMYK 0.04 0 0.53 0.29
HSL 64.38º 0.39% 0.52% -
HSV(B) 64.38º 0.53% 0.71% -
XYZ 35.16 42.17 14.67 -
YUV 166.96 81.18 132.31 -
System Red Green Blue C M Y K H S L
Decimal 173 180 84 0.04 0 0.53 0.29 64.38 0.39 0.52
Hex AD B4 54 4 0 35 1D 40 27 34
Octal 255 264 124 4 0 65 35 100 47 64
Binary 10101101 10110100 1010100 100 0 110101 11101 1000000 100111 110100

Color Harmonies of #ADB454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB454

Black with #ADB454

Text Example


Text Example

White with #ADB454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB454; }

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

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

background-color css

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

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

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

border-color css

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

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

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