Html Css Color HEX #ADB053 Olive Green

📋 copy color: '#ADB053'

red 173 ◦ green 176 ◦ blue 83

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

Shades of Olive Green #ADB053

Tints of Olive Green #ADB053

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.74%

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

R = 40.05%
G = 40.74%
B = 19.21%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#ADB053 (or 0xADB053) is known color: Olive Green. HEX triplet: AD, B0 and 53. RGB value is (173,176,83). Sum of RGB (Red+Green+Blue) = 173+176+83=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 176 (69.14% from 255 or 40.74% from 432); Blue value is 83 (32.81% from 255 or 19.21% from 432); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB053 is #524FAC. Grayscale: #A4A4A4. Windows color (decimal): -5394349 or 5484717. OLE color: 5484717.

HSL color Cylindrical-coordinate representation of color #ADB053: hue angle of 61.94º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADB053 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 176 83 -
CMYK 0.02 0 0.53 0.31
HSL 61.94º 0.37% 0.51% -
HSV(B) 61.94º 0.53% 0.69% -
XYZ 34.32 40.56 14.2 -
YUV 164.5 82.01 134.06 -
System Red Green Blue C M Y K H S L
Decimal 173 176 83 0.02 0 0.53 0.31 61.94 0.37 0.51
Hex AD B0 53 2 0 35 1F 3E 25 33
Octal 255 260 123 2 0 65 37 76 45 63
Binary 10101101 10110000 1010011 10 0 110101 11111 111110 100101 110011

Color Harmonies of #ADB053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB053

Black with #ADB053

Text Example


Text Example

White with #ADB053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB053; }

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

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

background-color css

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

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

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

border-color css

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

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

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