Html Css Color HEX #AFB80E La Rioja

📋 copy color: '#AFB80E'

red 175 ◦ green 184 ◦ blue 14

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

Shades of La Rioja #AFB80E

Tints of La Rioja #AFB80E

RGB

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

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

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

R = 46.92%
G = 49.33%
B = 3.75%

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

#AFB80E (or 0xAFB80E) is known color: La Rioja. HEX triplet: AF, B8 and 0E. RGB value is (175,184,14). Sum of RGB (Red+Green+Blue) = 175+184+14=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 184 (72.27% from 255 or 49.33% from 373); Blue value is 14 (5.86% from 255 or 3.75% from 373); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB80E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB80E is #5047F1. Grayscale: #A2A2A2. Windows color (decimal): -5261298 or 964783. OLE color: 964783.

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

Color convert

RGB 175 184 14 -
CMYK 0.05 0 0.92 0.28
HSL 63.18º 0.86% 0.39% -
HSV(B) 63.18º 0.92% 0.72% -
XYZ 34.9 43.43 6.96 -
YUV 161.93 44.52 137.32 -
System Red Green Blue C M Y K H S L
Decimal 175 184 14 0.05 0 0.92 0.28 63.18 0.86 0.39
Hex AF B8 E 5 0 5C 1C 3F 56 27
Octal 257 270 16 5 0 134 34 77 126 47
Binary 10101111 10111000 1110 101 0 1011100 11100 111111 1010110 100111

Color Harmonies of #AFB80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB80E

Black with #AFB80E

Text Example


Text Example

White with #AFB80E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB80E; }

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

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

background-color css

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

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

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

border-color css

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

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

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