Html Css Color HEX #AFC203 La Rioja

📋 copy color: '#AFC203'

red 175 ◦ green 194 ◦ blue 3

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

Shades of La Rioja #AFC203

Tints of La Rioja #AFC203

RGB

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

 GREEN value IS 194 (76.17% from 255) = 52.15%

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

R = 47.04%
G = 52.15%
B = 0.81%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#AFC203 (or 0xAFC203) is known color: La Rioja. HEX triplet: AF, C2 and 03. RGB value is (175,194,3). Sum of RGB (Red+Green+Blue) = 175+194+3=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 194 (76.17% from 255 or 52.15% from 372); Blue value is 3 (1.56% from 255 or 0.81% from 372); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC203 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC203 is #503DFC. Grayscale: #A7A7A7. Windows color (decimal): -5258749 or 246447. OLE color: 246447.

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

Color convert

RGB 175 194 3 -
CMYK 0.10 0 0.98 0.24
HSL 65.97º 0.97% 0.39% -
HSV(B) 65.97º 0.98% 0.76% -
XYZ 36.99 47.7 7.34 -
YUV 166.55 35.71 134.03 -
System Red Green Blue C M Y K H S L
Decimal 175 194 3 0.10 0 0.98 0.24 65.97 0.97 0.39
Hex AF C2 3 A 0 62 18 42 61 27
Octal 257 302 3 12 0 142 30 102 141 47
Binary 10101111 11000010 11 1010 0 1100010 11000 1000010 1100001 100111

Color Harmonies of #AFC203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC203

Black with #AFC203

Text Example


Text Example

White with #AFC203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC203; }

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

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

background-color css

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

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

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

border-color css

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

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

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