Html Css Color HEX #ADB255 Olive Green

📋 copy color: '#ADB255'

red 173 ◦ green 178 ◦ blue 85

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

Shades of Olive Green #ADB255

Tints of Olive Green #ADB255

RGB

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

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

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

R = 39.68%
G = 40.83%
B = 19.5%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#ADB255 (or 0xADB255) is known color: Olive Green. HEX triplet: AD, B2 and 55. RGB value is (173,178,85). Sum of RGB (Red+Green+Blue) = 173+178+85=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 178 (69.92% from 255 or 40.83% from 436); Blue value is 85 (33.59% from 255 or 19.50% from 436); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB255 is #524DAA. Grayscale: #A6A6A6. Windows color (decimal): -5393835 or 5616301. OLE color: 5616301.

HSL color Cylindrical-coordinate representation of color #ADB255: hue angle of 63.23º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADB255 is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 178 85 -
CMYK 0.03 0 0.52 0.30
HSL 63.23º 0.38% 0.52% -
HSV(B) 63.23º 0.52% 0.7% -
XYZ 34.79 41.38 14.75 -
YUV 165.9 82.34 133.06 -
System Red Green Blue C M Y K H S L
Decimal 173 178 85 0.03 0 0.52 0.30 63.23 0.38 0.52
Hex AD B2 55 3 0 34 1E 3F 26 34
Octal 255 262 125 3 0 64 36 77 46 64
Binary 10101101 10110010 1010101 11 0 110100 11110 111111 100110 110100

Color Harmonies of #ADB255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB255

Black with #ADB255

Text Example


Text Example

White with #ADB255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB255; }

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

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

background-color css

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

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

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

border-color css

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

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

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