Html Css Color HEX #ADB15B Olive Green

📋 copy color: '#ADB15B'

red 173 ◦ green 177 ◦ blue 91

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

Shades of Olive Green #ADB15B

Tints of Olive Green #ADB15B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.63%

R = 39.23%
G = 40.14%
B = 20.63%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#ADB15B (or 0xADB15B) is known color: Olive Green. HEX triplet: AD, B1 and 5B. RGB value is (173,177,91). Sum of RGB (Red+Green+Blue) = 173+177+91=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 177 (69.53% from 255 or 40.14% from 441); Blue value is 91 (35.94% from 255 or 20.63% from 441); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB15B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB15B is #524EA4. Grayscale: #A6A6A6. Windows color (decimal): -5394085 or 6009261. OLE color: 6009261.

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

Color convert

RGB 173 177 91 -
CMYK 0.02 0 0.49 0.31
HSL 62.79º 0.36% 0.53% -
HSV(B) 62.79º 0.49% 0.69% -
XYZ 34.84 41.08 15.99 -
YUV 166 85.67 132.99 -
System Red Green Blue C M Y K H S L
Decimal 173 177 91 0.02 0 0.49 0.31 62.79 0.36 0.53
Hex AD B1 5B 2 0 31 1F 3F 24 35
Octal 255 261 133 2 0 61 37 77 44 65
Binary 10101101 10110001 1011011 10 0 110001 11111 111111 100100 110101

Color Harmonies of #ADB15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB15B

Black with #ADB15B

Text Example


Text Example

White with #ADB15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB15B; }

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

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

background-color css

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

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

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

border-color css

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

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

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