Html Css Color HEX #AFBA13 La Rioja

📋 copy color: '#AFBA13'

red 175 ◦ green 186 ◦ blue 19

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

Shades of La Rioja #AFBA13

Tints of La Rioja #AFBA13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5%

R = 46.05%
G = 48.95%
B = 5%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#AFBA13 (or 0xAFBA13) is known color: La Rioja. HEX triplet: AF, BA and 13. RGB value is (175,186,19). Sum of RGB (Red+Green+Blue) = 175+186+19=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 186 (73.05% from 255 or 48.95% from 380); Blue value is 19 (7.81% from 255 or 5% from 380); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBA13 is #5045EC. Grayscale: #A4A4A4. Windows color (decimal): -5260781 or 1292975. OLE color: 1292975.

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

Color convert

RGB 175 186 19 -
CMYK 0.06 0 0.90 0.27
HSL 63.95º 0.81% 0.4% -
HSV(B) 63.95º 0.9% 0.73% -
XYZ 35.36 44.28 7.3 -
YUV 163.67 46.36 136.08 -
System Red Green Blue C M Y K H S L
Decimal 175 186 19 0.06 0 0.90 0.27 63.95 0.81 0.4
Hex AF BA 13 6 0 5A 1B 40 51 28
Octal 257 272 23 6 0 132 33 100 121 50
Binary 10101111 10111010 10011 110 0 1011010 11011 1000000 1010001 101000

Color Harmonies of #AFBA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA13

Black with #AFBA13

Text Example


Text Example

White with #AFBA13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA13; }

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

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

background-color css

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

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

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

border-color css

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

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

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