Html Css Color HEX #ADB264 Olive Green

📋 copy color: '#ADB264'

red 173 ◦ green 178 ◦ blue 100

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

Shades of Olive Green #ADB264

Tints of Olive Green #ADB264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.17%

R = 38.36%
G = 39.47%
B = 22.17%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#ADB264 (or 0xADB264) is known color: Olive Green. HEX triplet: AD, B2 and 64. RGB value is (173,178,100). Sum of RGB (Red+Green+Blue) = 173+178+100=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 178 (69.92% from 255 or 39.47% from 451); Blue value is 100 (39.45% from 255 or 22.17% from 451); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB264 is #524D9B. Grayscale: #A7A7A7. Windows color (decimal): -5393820 or 6599341. OLE color: 6599341.

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

Color convert

RGB 173 178 100 -
CMYK 0.03 0 0.44 0.30
HSL 63.85º 0.34% 0.55% -
HSV(B) 63.85º 0.44% 0.7% -
XYZ 35.45 41.65 18.23 -
YUV 167.61 89.84 131.84 -
System Red Green Blue C M Y K H S L
Decimal 173 178 100 0.03 0 0.44 0.30 63.85 0.34 0.55
Hex AD B2 64 3 0 2C 1E 40 22 37
Octal 255 262 144 3 0 54 36 100 42 67
Binary 10101101 10110010 1100100 11 0 101100 11110 1000000 100010 110111

Color Harmonies of #ADB264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB264

Black with #ADB264

Text Example


Text Example

White with #ADB264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB264; }

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

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

background-color css

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

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

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

border-color css

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

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

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