Html Css Color HEX #ADB057 Olive Green

📋 copy color: '#ADB057'

red 173 ◦ green 176 ◦ blue 87

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

Shades of Olive Green #ADB057

Tints of Olive Green #ADB057

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.37%

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

R = 39.68%
G = 40.37%
B = 19.95%

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

#ADB057 (or 0xADB057) is known color: Olive Green. HEX triplet: AD, B0 and 57. RGB value is (173,176,87). Sum of RGB (Red+Green+Blue) = 173+176+87=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 176 (69.14% from 255 or 40.37% from 436); Blue value is 87 (34.38% from 255 or 19.95% from 436); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB057 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB057 is #524FA8. Grayscale: #A5A5A5. Windows color (decimal): -5394345 or 5746861. OLE color: 5746861.

HSL color Cylindrical-coordinate representation of color #ADB057: hue angle of 62.02º degrees, saturation: 0.36, 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 #ADB057 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 176 87 -
CMYK 0.02 0 0.51 0.31
HSL 62.02º 0.36% 0.52% -
HSV(B) 62.02º 0.51% 0.69% -
XYZ 34.48 40.62 15.04 -
YUV 164.96 84.01 133.74 -
System Red Green Blue C M Y K H S L
Decimal 173 176 87 0.02 0 0.51 0.31 62.02 0.36 0.52
Hex AD B0 57 2 0 33 1F 3E 24 34
Octal 255 260 127 2 0 63 37 76 44 64
Binary 10101101 10110000 1010111 10 0 110011 11111 111110 100100 110100

Color Harmonies of #ADB057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB057

Black with #ADB057

Text Example


Text Example

White with #ADB057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB057; }

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

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

background-color css

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

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

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

border-color css

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

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

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