Html Css Color HEX #AFB70E La Rioja

📋 copy color: '#AFB70E'

red 175 ◦ green 183 ◦ blue 14

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

Shades of La Rioja #AFB70E

Tints of La Rioja #AFB70E

RGB

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

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

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

R = 47.04%
G = 49.19%
B = 3.76%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#AFB70E (or 0xAFB70E) is known color: La Rioja. HEX triplet: AF, B7 and 0E. RGB value is (175,183,14). Sum of RGB (Red+Green+Blue) = 175+183+14=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 183 (71.88% from 255 or 49.19% from 372); Blue value is 14 (5.86% from 255 or 3.76% from 372); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB70E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB70E is #5048F1. Grayscale: #A2A2A2. Windows color (decimal): -5261554 or 964527. OLE color: 964527.

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

Color convert

RGB 175 183 14 -
CMYK 0.04 0 0.92 0.28
HSL 62.84º 0.86% 0.39% -
HSV(B) 62.84º 0.92% 0.72% -
XYZ 34.69 43.01 6.89 -
YUV 161.34 44.85 137.74 -
System Red Green Blue C M Y K H S L
Decimal 175 183 14 0.04 0 0.92 0.28 62.84 0.86 0.39
Hex AF B7 E 4 0 5C 1C 3F 56 27
Octal 257 267 16 4 0 134 34 77 126 47
Binary 10101111 10110111 1110 100 0 1011100 11100 111111 1010110 100111

Color Harmonies of #AFB70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB70E

Black with #AFB70E

Text Example


Text Example

White with #AFB70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB70E; }

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

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

background-color css

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

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

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

border-color css

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

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

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