Html Css Color HEX #ADB70E La Rioja

📋 copy color: '#ADB70E'

red 173 ◦ green 183 ◦ blue 14

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

Shades of La Rioja #ADB70E

Tints of La Rioja #ADB70E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 49.46%

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

R = 46.76%
G = 49.46%
B = 3.78%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#ADB70E (or 0xADB70E) is known color: La Rioja. HEX triplet: AD, B7 and 0E. RGB value is (173,183,14). Sum of RGB (Red+Green+Blue) = 173+183+14=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 183 (71.88% from 255 or 49.46% from 370); Blue value is 14 (5.86% from 255 or 3.78% from 370); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB70E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB70E is #5248F1. Grayscale: #A1A1A1. Windows color (decimal): -5392626 or 964525. OLE color: 964525.

HSL color Cylindrical-coordinate representation of color #ADB70E: hue angle of 63.55º 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 #ADB70E is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 183 14 -
CMYK 0.05 0 0.92 0.28
HSL 63.55º 0.86% 0.39% -
HSV(B) 63.55º 0.92% 0.72% -
XYZ 34.25 42.78 6.87 -
YUV 160.74 45.19 136.74 -
System Red Green Blue C M Y K H S L
Decimal 173 183 14 0.05 0 0.92 0.28 63.55 0.86 0.39
Hex AD B7 E 5 0 5C 1C 40 56 27
Octal 255 267 16 5 0 134 34 100 126 47
Binary 10101101 10110111 1110 101 0 1011100 11100 1000000 1010110 100111

Color Harmonies of #ADB70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB70E

Black with #ADB70E

Text Example


Text Example

White with #ADB70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB70E; }

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

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

background-color css

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

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

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

border-color css

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

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

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