Html Css Color HEX #ADB257 Olive Green

📋 copy color: '#ADB257'

red 173 ◦ green 178 ◦ blue 87

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

Shades of Olive Green #ADB257

Tints of Olive Green #ADB257

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.64%

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

R = 39.5%
G = 40.64%
B = 19.86%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#ADB257 (or 0xADB257) is known color: Olive Green. HEX triplet: AD, B2 and 57. RGB value is (173,178,87). Sum of RGB (Red+Green+Blue) = 173+178+87=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 178 (69.92% from 255 or 40.64% from 438); Blue value is 87 (34.38% from 255 or 19.86% from 438); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB257 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB257 is #524DA8. Grayscale: #A6A6A6. Windows color (decimal): -5393833 or 5747373. OLE color: 5747373.

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

Color convert

RGB 173 178 87 -
CMYK 0.03 0 0.51 0.30
HSL 63.3º 0.37% 0.52% -
HSV(B) 63.3º 0.51% 0.7% -
XYZ 34.87 41.41 15.17 -
YUV 166.13 83.34 132.9 -
System Red Green Blue C M Y K H S L
Decimal 173 178 87 0.03 0 0.51 0.30 63.3 0.37 0.52
Hex AD B2 57 3 0 33 1E 3F 25 34
Octal 255 262 127 3 0 63 36 77 45 64
Binary 10101101 10110010 1010111 11 0 110011 11110 111111 100101 110100

Color Harmonies of #ADB257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB257

Black with #ADB257

Text Example


Text Example

White with #ADB257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB257; }

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

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

background-color css

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

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

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

border-color css

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

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

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