Html Css Color HEX #AFC103 La Rioja

📋 copy color: '#AFC103'

red 175 ◦ green 193 ◦ blue 3

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

Shades of La Rioja #AFC103

Tints of La Rioja #AFC103

RGB

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

 GREEN value IS 193 (75.78% from 255) = 52.02%

 BLUE value IS 3 (1.56% from 255) = 0.81%

R = 47.17%
G = 52.02%
B = 0.81%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#AFC103 (or 0xAFC103) is known color: La Rioja. HEX triplet: AF, C1 and 03. RGB value is (175,193,3). Sum of RGB (Red+Green+Blue) = 175+193+3=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 193 (75.78% from 255 or 52.02% from 371); Blue value is 3 (1.56% from 255 or 0.81% from 371); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC103 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC103 is #503EFC. Grayscale: #A6A6A6. Windows color (decimal): -5259005 or 246191. OLE color: 246191.

HSL color Cylindrical-coordinate representation of color #AFC103: hue angle of 65.68º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AFC103 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 193 3 -
CMYK 0.09 0 0.98 0.24
HSL 65.68º 0.97% 0.38% -
HSV(B) 65.68º 0.98% 0.76% -
XYZ 36.77 47.26 7.27 -
YUV 165.96 36.04 134.45 -
System Red Green Blue C M Y K H S L
Decimal 175 193 3 0.09 0 0.98 0.24 65.68 0.97 0.38
Hex AF C1 3 9 0 62 18 42 61 26
Octal 257 301 3 11 0 142 30 102 141 46
Binary 10101111 11000001 11 1001 0 1100010 11000 1000010 1100001 100110

Color Harmonies of #AFC103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC103

Black with #AFC103

Text Example


Text Example

White with #AFC103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC103; }

 p { color: rgb(175,193,3); }

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

background-color css

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

 a { background-color: rgb(175,193,3); }

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

border-color css

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

 span { border-color: rgb(175,193,3); }

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