Html Css Color HEX #AFB90E La Rioja

📋 copy color: '#AFB90E'

red 175 ◦ green 185 ◦ blue 14

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

Shades of La Rioja #AFB90E

Tints of La Rioja #AFB90E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 49.47%

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

R = 46.79%
G = 49.47%
B = 3.74%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#AFB90E (or 0xAFB90E) is known color: La Rioja. HEX triplet: AF, B9 and 0E. RGB value is (175,185,14). Sum of RGB (Red+Green+Blue) = 175+185+14=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 185 (72.66% from 255 or 49.47% from 374); Blue value is 14 (5.86% from 255 or 3.74% from 374); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB90E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB90E is #5046F1. Grayscale: #A3A3A3. Windows color (decimal): -5261042 or 965039. OLE color: 965039.

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

Color convert

RGB 175 185 14 -
CMYK 0.05 0 0.92 0.27
HSL 63.51º 0.86% 0.39% -
HSV(B) 63.51º 0.92% 0.73% -
XYZ 35.11 43.84 7.03 -
YUV 162.52 44.19 136.9 -
System Red Green Blue C M Y K H S L
Decimal 175 185 14 0.05 0 0.92 0.27 63.51 0.86 0.39
Hex AF B9 E 5 0 5C 1B 40 56 27
Octal 257 271 16 5 0 134 33 100 126 47
Binary 10101111 10111001 1110 101 0 1011100 11011 1000000 1010110 100111

Color Harmonies of #AFB90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB90E

Black with #AFB90E

Text Example


Text Example

White with #AFB90E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB90E; }

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

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

background-color css

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

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

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

border-color css

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

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

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