Html Css Color HEX #ADB80E La Rioja

📋 copy color: '#ADB80E'

red 173 ◦ green 184 ◦ blue 14

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

Shades of La Rioja #ADB80E

Tints of La Rioja #ADB80E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 49.6%

 BLUE value IS 14 (5.86% from 255) = 3.77%

R = 46.63%
G = 49.6%
B = 3.77%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#ADB80E (or 0xADB80E) is known color: La Rioja. HEX triplet: AD, B8 and 0E. RGB value is (173,184,14). Sum of RGB (Red+Green+Blue) = 173+184+14=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 184 (72.27% from 255 or 49.60% from 371); Blue value is 14 (5.86% from 255 or 3.77% from 371); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB80E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB80E is #5247F1. Grayscale: #A1A1A1. Windows color (decimal): -5392370 or 964781. OLE color: 964781.

HSL color Cylindrical-coordinate representation of color #ADB80E: hue angle of 63.88º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ADB80E is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 184 14 -
CMYK 0.06 0 0.92 0.28
HSL 63.88º 0.86% 0.39% -
HSV(B) 63.88º 0.92% 0.72% -
XYZ 34.45 43.2 6.94 -
YUV 161.33 44.86 136.32 -
System Red Green Blue C M Y K H S L
Decimal 173 184 14 0.06 0 0.92 0.28 63.88 0.86 0.39
Hex AD B8 E 6 0 5C 1C 40 56 27
Octal 255 270 16 6 0 134 34 100 126 47
Binary 10101101 10111000 1110 110 0 1011100 11100 1000000 1010110 100111

Color Harmonies of #ADB80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB80E

Black with #ADB80E

Text Example


Text Example

White with #ADB80E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB80E; }

 p { color: rgb(173,184,14); }

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

background-color css

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

 a { background-color: rgb(173,184,14); }

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

border-color css

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

 span { border-color: rgb(173,184,14); }

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