Html Css Color HEX #ADBF0E La Rioja

📋 copy color: '#ADBF0E'

red 173 ◦ green 191 ◦ blue 14

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

Shades of La Rioja #ADBF0E

Tints of La Rioja #ADBF0E

RGB

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

 GREEN value IS 191 (75% from 255) = 50.53%

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

R = 45.77%
G = 50.53%
B = 3.7%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#ADBF0E (or 0xADBF0E) is known color: La Rioja. HEX triplet: AD, BF and 0E. RGB value is (173,191,14). Sum of RGB (Red+Green+Blue) = 173+191+14=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 191 (75% from 255 or 50.53% from 378); Blue value is 14 (5.86% from 255 or 3.70% from 378); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBF0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBF0E is #5240F1. Grayscale: #A6A6A6. Windows color (decimal): -5390578 or 966573. OLE color: 966573.

HSL color Cylindrical-coordinate representation of color #ADBF0E: hue angle of 66.1º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ADBF0E is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 191 14 -
CMYK 0.09 0 0.93 0.25
HSL 66.1º 0.86% 0.4% -
HSV(B) 66.1º 0.93% 0.75% -
XYZ 35.94 46.18 7.43 -
YUV 165.44 42.54 133.39 -
System Red Green Blue C M Y K H S L
Decimal 173 191 14 0.09 0 0.93 0.25 66.1 0.86 0.4
Hex AD BF E 9 0 5D 19 42 56 28
Octal 255 277 16 11 0 135 31 102 126 50
Binary 10101101 10111111 1110 1001 0 1011101 11001 1000010 1010110 101000

Color Harmonies of #ADBF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBF0E

Black with #ADBF0E

Text Example


Text Example

White with #ADBF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBF0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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