Html Css Color HEX #ADB058 Olive Green

📋 copy color: '#ADB058'

red 173 ◦ green 176 ◦ blue 88

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

Shades of Olive Green #ADB058

Tints of Olive Green #ADB058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20.14%

R = 39.59%
G = 40.27%
B = 20.14%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#ADB058 (or 0xADB058) is known color: Olive Green. HEX triplet: AD, B0 and 58. RGB value is (173,176,88). Sum of RGB (Red+Green+Blue) = 173+176+88=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 176 (69.14% from 255 or 40.27% from 437); Blue value is 88 (34.77% from 255 or 20.14% from 437); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB058 is #524FA7. Grayscale: #A5A5A5. Windows color (decimal): -5394344 or 5812397. OLE color: 5812397.

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

Color convert

RGB 173 176 88 -
CMYK 0.02 0 0.50 0.31
HSL 62.05º 0.36% 0.52% -
HSV(B) 62.05º 0.5% 0.69% -
XYZ 34.52 40.64 15.26 -
YUV 165.07 84.51 133.66 -
System Red Green Blue C M Y K H S L
Decimal 173 176 88 0.02 0 0.50 0.31 62.05 0.36 0.52
Hex AD B0 58 2 0 32 1F 3E 24 34
Octal 255 260 130 2 0 62 37 76 44 64
Binary 10101101 10110000 1011000 10 0 110010 11111 111110 100100 110100

Color Harmonies of #ADB058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB058

Black with #ADB058

Text Example


Text Example

White with #ADB058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB058; }

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

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

background-color css

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

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

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

border-color css

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

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

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