Html Css Color HEX #ADBA5F Olive Green

📋 copy color: '#ADBA5F'

red 173 ◦ green 186 ◦ blue 95

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

Shades of Olive Green #ADBA5F

Tints of Olive Green #ADBA5F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.97%

 BLUE value IS 95 (37.5% from 255) = 20.93%

R = 38.11%
G = 40.97%
B = 20.93%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#ADBA5F (or 0xADBA5F) is known color: Olive Green. HEX triplet: AD, BA and 5F. RGB value is (173,186,95). Sum of RGB (Red+Green+Blue) = 173+186+95=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 95 (37.5% from 255 or 20.93% from 454); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBA5F is #5245A0. Grayscale: #ACACAC. Windows color (decimal): -5391777 or 6273709. OLE color: 6273709.

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

Color convert

RGB 173 186 95 -
CMYK 0.07 0 0.49 0.27
HSL 68.57º 0.4% 0.55% -
HSV(B) 68.57º 0.49% 0.73% -
XYZ 36.86 44.83 17.54 -
YUV 171.74 84.69 128.9 -
System Red Green Blue C M Y K H S L
Decimal 173 186 95 0.07 0 0.49 0.27 68.57 0.4 0.55
Hex AD BA 5F 7 0 31 1B 45 28 37
Octal 255 272 137 7 0 61 33 105 50 67
Binary 10101101 10111010 1011111 111 0 110001 11011 1000101 101000 110111

Color Harmonies of #ADBA5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA5F

Black with #ADBA5F

Text Example


Text Example

White with #ADBA5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA5F; }

 p { color: rgb(173,186,95); }

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

background-color css

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

 a { background-color: rgb(173,186,95); }

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

border-color css

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

 span { border-color: rgb(173,186,95); }

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