Html Css Color HEX #ADB157 Olive Green

📋 copy color: '#ADB157'

red 173 ◦ green 177 ◦ blue 87

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

Shades of Olive Green #ADB157

Tints of Olive Green #ADB157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 19.91%

R = 39.59%
G = 40.5%
B = 19.91%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#ADB157 (or 0xADB157) is known color: Olive Green. HEX triplet: AD, B1 and 57. RGB value is (173,177,87). Sum of RGB (Red+Green+Blue) = 173+177+87=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 177 (69.53% from 255 or 40.50% from 437); Blue value is 87 (34.38% from 255 or 19.91% from 437); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB157 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB157 is #524EA8. Grayscale: #A5A5A5. Windows color (decimal): -5394089 or 5747117. OLE color: 5747117.

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

Color convert

RGB 173 177 87 -
CMYK 0.02 0 0.51 0.31
HSL 62.67º 0.37% 0.52% -
HSV(B) 62.67º 0.51% 0.69% -
XYZ 34.68 41.02 15.11 -
YUV 165.54 83.67 133.32 -
System Red Green Blue C M Y K H S L
Decimal 173 177 87 0.02 0 0.51 0.31 62.67 0.37 0.52
Hex AD B1 57 2 0 33 1F 3F 25 34
Octal 255 261 127 2 0 63 37 77 45 64
Binary 10101101 10110001 1010111 10 0 110011 11111 111111 100101 110100

Color Harmonies of #ADB157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB157

Black with #ADB157

Text Example


Text Example

White with #ADB157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB157; }

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

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

background-color css

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

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

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

border-color css

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

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

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