Html Css Color HEX #ADB15F Olive Green

📋 copy color: '#ADB15F'

red 173 ◦ green 177 ◦ blue 95

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

Shades of Olive Green #ADB15F

Tints of Olive Green #ADB15F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.78%

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

R = 38.88%
G = 39.78%
B = 21.35%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#ADB15F (or 0xADB15F) is known color: Olive Green. HEX triplet: AD, B1 and 5F. RGB value is (173,177,95). Sum of RGB (Red+Green+Blue) = 173+177+95=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 177 (69.53% from 255 or 39.78% from 445); Blue value is 95 (37.5% from 255 or 21.35% from 445); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB15F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB15F is #524EA0. Grayscale: #A6A6A6. Windows color (decimal): -5394081 or 6271405. OLE color: 6271405.

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

Color convert

RGB 173 177 95 -
CMYK 0.02 0 0.46 0.31
HSL 62.93º 0.34% 0.53% -
HSV(B) 62.93º 0.46% 0.69% -
XYZ 35.02 41.15 16.92 -
YUV 166.46 87.67 132.67 -
System Red Green Blue C M Y K H S L
Decimal 173 177 95 0.02 0 0.46 0.31 62.93 0.34 0.53
Hex AD B1 5F 2 0 2E 1F 3F 22 35
Octal 255 261 137 2 0 56 37 77 42 65
Binary 10101101 10110001 1011111 10 0 101110 11111 111111 100010 110101

Color Harmonies of #ADB15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB15F

Black with #ADB15F

Text Example


Text Example

White with #ADB15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB15F; }

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

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

background-color css

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

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

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

border-color css

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

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

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