Html Css Color HEX #ADB655 Olive Green

📋 copy color: '#ADB655'

red 173 ◦ green 182 ◦ blue 85

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

Shades of Olive Green #ADB655

Tints of Olive Green #ADB655

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.36%

 BLUE value IS 85 (33.59% from 255) = 19.32%

R = 39.32%
G = 41.36%
B = 19.32%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#ADB655 (or 0xADB655) is known color: Olive Green. HEX triplet: AD, B6 and 55. RGB value is (173,182,85). Sum of RGB (Red+Green+Blue) = 173+182+85=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 182 (71.48% from 255 or 41.36% from 440); Blue value is 85 (33.59% from 255 or 19.32% from 440); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB655 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB655 is #5249AA. Grayscale: #A8A8A8. Windows color (decimal): -5392811 or 5617325. OLE color: 5617325.

HSL color Cylindrical-coordinate representation of color #ADB655: hue angle of 65.57º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADB655 is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 182 85 -
CMYK 0.05 0 0.53 0.29
HSL 65.57º 0.4% 0.52% -
HSV(B) 65.57º 0.53% 0.71% -
XYZ 35.6 43 15.02 -
YUV 168.25 81.02 131.39 -
System Red Green Blue C M Y K H S L
Decimal 173 182 85 0.05 0 0.53 0.29 65.57 0.4 0.52
Hex AD B6 55 5 0 35 1D 42 28 34
Octal 255 266 125 5 0 65 35 102 50 64
Binary 10101101 10110110 1010101 101 0 110101 11101 1000010 101000 110100

Color Harmonies of #ADB655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB655

Black with #ADB655

Text Example


Text Example

White with #ADB655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB655; }

 p { color: rgb(173,182,85); }

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

background-color css

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

 a { background-color: rgb(173,182,85); }

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

border-color css

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

 span { border-color: rgb(173,182,85); }

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