Html Css Color HEX #ADBA5C Olive Green

📋 copy color: '#ADBA5C'

red 173 ◦ green 186 ◦ blue 92

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

Shades of Olive Green #ADBA5C

Tints of Olive Green #ADBA5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.4%

R = 38.36%
G = 41.24%
B = 20.4%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#ADBA5C (or 0xADBA5C) is known color: Olive Green. HEX triplet: AD, BA and 5C. RGB value is (173,186,92). Sum of RGB (Red+Green+Blue) = 173+186+92=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 92 (36.33% from 255 or 20.40% from 451); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBA5C is #5245A3. Grayscale: #ABABAB. Windows color (decimal): -5391780 or 6077101. OLE color: 6077101.

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

Color convert

RGB 173 186 92 -
CMYK 0.07 0 0.51 0.27
HSL 68.3º 0.41% 0.55% -
HSV(B) 68.3º 0.51% 0.73% -
XYZ 36.72 44.77 16.83 -
YUV 171.4 83.19 129.14 -
System Red Green Blue C M Y K H S L
Decimal 173 186 92 0.07 0 0.51 0.27 68.3 0.41 0.55
Hex AD BA 5C 7 0 33 1B 44 29 37
Octal 255 272 134 7 0 63 33 104 51 67
Binary 10101101 10111010 1011100 111 0 110011 11011 1000100 101001 110111

Color Harmonies of #ADBA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA5C

Black with #ADBA5C

Text Example


Text Example

White with #ADBA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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