Html Css Color HEX #ADB158 Olive Green

📋 copy color: '#ADB158'

red 173 ◦ green 177 ◦ blue 88

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

Shades of Olive Green #ADB158

Tints of Olive Green #ADB158

RGB

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

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

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

R = 39.5%
G = 40.41%
B = 20.09%

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

#ADB158 (or 0xADB158) is known color: Olive Green. HEX triplet: AD, B1 and 58. RGB value is (173,177,88). Sum of RGB (Red+Green+Blue) = 173+177+88=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 177 (69.53% from 255 or 40.41% from 438); Blue value is 88 (34.77% from 255 or 20.09% from 438); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB158 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB158 is #524EA7. Grayscale: #A6A6A6. Windows color (decimal): -5394088 or 5812653. OLE color: 5812653.

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

Color convert

RGB 173 177 88 -
CMYK 0.02 0 0.50 0.31
HSL 62.7º 0.36% 0.52% -
HSV(B) 62.7º 0.5% 0.69% -
XYZ 34.72 41.03 15.32 -
YUV 165.66 84.17 133.24 -
System Red Green Blue C M Y K H S L
Decimal 173 177 88 0.02 0 0.50 0.31 62.7 0.36 0.52
Hex AD B1 58 2 0 32 1F 3F 24 34
Octal 255 261 130 2 0 62 37 77 44 64
Binary 10101101 10110001 1011000 10 0 110010 11111 111111 100100 110100

Color Harmonies of #ADB158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB158

Black with #ADB158

Text Example


Text Example

White with #ADB158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB158; }

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

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

background-color css

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

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

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

border-color css

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

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

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