Html Css Color HEX #AFBA10 La Rioja

📋 copy color: '#AFBA10'

red 175 ◦ green 186 ◦ blue 16

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

Shades of La Rioja #AFBA10

Tints of La Rioja #AFBA10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.24%

R = 46.42%
G = 49.34%
B = 4.24%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#AFBA10 (or 0xAFBA10) is known color: La Rioja. HEX triplet: AF, BA and 10. RGB value is (175,186,16). Sum of RGB (Red+Green+Blue) = 175+186+16=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 16 (6.64% from 255 or 4.24% from 377); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBA10 is #5045EF. Grayscale: #A4A4A4. Windows color (decimal): -5260784 or 1096367. OLE color: 1096367.

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

Color convert

RGB 175 186 16 -
CMYK 0.06 0 0.91 0.27
HSL 63.88º 0.84% 0.4% -
HSV(B) 63.88º 0.91% 0.73% -
XYZ 35.33 44.27 7.17 -
YUV 163.33 44.86 136.32 -
System Red Green Blue C M Y K H S L
Decimal 175 186 16 0.06 0 0.91 0.27 63.88 0.84 0.4
Hex AF BA 10 6 0 5B 1B 40 54 28
Octal 257 272 20 6 0 133 33 100 124 50
Binary 10101111 10111010 10000 110 0 1011011 11011 1000000 1010100 101000

Color Harmonies of #AFBA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA10

Black with #AFBA10

Text Example


Text Example

White with #AFBA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA10; }

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

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

background-color css

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

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

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

border-color css

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

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

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