Html Css Color HEX #AFBA0E La Rioja

📋 copy color: '#AFBA0E'

red 175 ◦ green 186 ◦ blue 14

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

Shades of La Rioja #AFBA0E

Tints of La Rioja #AFBA0E

RGB

 RED value IS 175 (68.75% from 255) = 46.67%

 GREEN value IS 186 (73.05% from 255) = 49.6%

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

R = 46.67%
G = 49.6%
B = 3.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#AFBA0E (or 0xAFBA0E) is known color: La Rioja. HEX triplet: AF, BA and 0E. RGB value is (175,186,14). Sum of RGB (Red+Green+Blue) = 175+186+14=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 186 (73.05% from 255 or 49.6% from 375); Blue value is 14 (5.86% from 255 or 3.73% from 375); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBA0E is #5045F1. Grayscale: #A3A3A3. Windows color (decimal): -5260786 or 965295. OLE color: 965295.

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

Color convert

RGB 175 186 14 -
CMYK 0.06 0 0.92 0.27
HSL 63.84º 0.86% 0.39% -
HSV(B) 63.84º 0.92% 0.73% -
XYZ 35.32 44.26 7.1 -
YUV 163.1 43.86 136.49 -
System Red Green Blue C M Y K H S L
Decimal 175 186 14 0.06 0 0.92 0.27 63.84 0.86 0.39
Hex AF BA E 6 0 5C 1B 40 56 27
Octal 257 272 16 6 0 134 33 100 126 47
Binary 10101111 10111010 1110 110 0 1011100 11011 1000000 1010110 100111

Color Harmonies of #AFBA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA0E

Black with #AFBA0E

Text Example


Text Example

White with #AFBA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA0E; }

 p { color: rgb(175,186,14); }

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

background-color css

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

 a { background-color: rgb(175,186,14); }

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

border-color css

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

 span { border-color: rgb(175,186,14); }

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