Html Css Color HEX #ADB258 Olive Green

📋 copy color: '#ADB258'

red 173 ◦ green 178 ◦ blue 88

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

Shades of Olive Green #ADB258

Tints of Olive Green #ADB258

RGB

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

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

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

R = 39.41%
G = 40.55%
B = 20.05%

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

#ADB258 (or 0xADB258) is known color: Olive Green. HEX triplet: AD, B2 and 58. RGB value is (173,178,88). Sum of RGB (Red+Green+Blue) = 173+178+88=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 178 (69.92% from 255 or 40.55% from 439); Blue value is 88 (34.77% from 255 or 20.05% from 439); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB258 is #524DA7. Grayscale: #A6A6A6. Windows color (decimal): -5393832 or 5812909. OLE color: 5812909.

HSL color Cylindrical-coordinate representation of color #ADB258: hue angle of 63.33º 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 #ADB258 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 178 88 -
CMYK 0.03 0 0.51 0.30
HSL 63.33º 0.37% 0.52% -
HSV(B) 63.33º 0.51% 0.7% -
XYZ 34.92 41.43 15.39 -
YUV 166.25 83.84 132.82 -
System Red Green Blue C M Y K H S L
Decimal 173 178 88 0.03 0 0.51 0.30 63.33 0.37 0.52
Hex AD B2 58 3 0 33 1E 3F 25 34
Octal 255 262 130 3 0 63 36 77 45 64
Binary 10101101 10110010 1011000 11 0 110011 11110 111111 100101 110100

Color Harmonies of #ADB258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB258

Black with #ADB258

Text Example


Text Example

White with #ADB258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB258; }

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

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

background-color css

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

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

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

border-color css

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

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

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