Html Css Color HEX #ADB250 Olive Green

📋 copy color: '#ADB250'

red 173 ◦ green 178 ◦ blue 80

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

Shades of Olive Green #ADB250

Tints of Olive Green #ADB250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.56%

R = 40.14%
G = 41.3%
B = 18.56%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#ADB250 (or 0xADB250) is known color: Olive Green. HEX triplet: AD, B2 and 50. RGB value is (173,178,80). Sum of RGB (Red+Green+Blue) = 173+178+80=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 178 (69.92% from 255 or 41.30% from 431); Blue value is 80 (31.64% from 255 or 18.56% from 431); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB250 is #524DAF. Grayscale: #A5A5A5. Windows color (decimal): -5393840 or 5288621. OLE color: 5288621.

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

Color convert

RGB 173 178 80 -
CMYK 0.03 0 0.55 0.30
HSL 63.06º 0.39% 0.51% -
HSV(B) 63.06º 0.55% 0.7% -
XYZ 34.6 41.3 13.74 -
YUV 165.33 79.84 133.47 -
System Red Green Blue C M Y K H S L
Decimal 173 178 80 0.03 0 0.55 0.30 63.06 0.39 0.51
Hex AD B2 50 3 0 37 1E 3F 27 33
Octal 255 262 120 3 0 67 36 77 47 63
Binary 10101101 10110010 1010000 11 0 110111 11110 111111 100111 110011

Color Harmonies of #ADB250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB250

Black with #ADB250

Text Example


Text Example

White with #ADB250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB250; }

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

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

background-color css

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

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

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

border-color css

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

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

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