Html Css Color HEX #AFC403 La Rioja

📋 copy color: '#AFC403'

red 175 ◦ green 196 ◦ blue 3

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

Shades of La Rioja #AFC403

Tints of La Rioja #AFC403

RGB

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

 GREEN value IS 196 (76.95% from 255) = 52.41%

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

R = 46.79%
G = 52.41%
B = 0.8%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#AFC403 (or 0xAFC403) is known color: La Rioja. HEX triplet: AF, C4 and 03. RGB value is (175,196,3). Sum of RGB (Red+Green+Blue) = 175+196+3=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 196 (76.95% from 255 or 52.41% from 374); Blue value is 3 (1.56% from 255 or 0.80% from 374); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC403 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC403 is #503BFC. Grayscale: #A8A8A8. Windows color (decimal): -5258237 or 246959. OLE color: 246959.

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

Color convert

RGB 175 196 3 -
CMYK 0.11 0 0.98 0.23
HSL 66.53º 0.97% 0.39% -
HSV(B) 66.53º 0.98% 0.77% -
XYZ 37.44 48.6 7.49 -
YUV 167.72 35.04 133.19 -
System Red Green Blue C M Y K H S L
Decimal 175 196 3 0.11 0 0.98 0.23 66.53 0.97 0.39
Hex AF C4 3 B 0 62 17 43 61 27
Octal 257 304 3 13 0 142 27 103 141 47
Binary 10101111 11000100 11 1011 0 1100010 10111 1000011 1100001 100111

Color Harmonies of #AFC403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC403

Black with #AFC403

Text Example


Text Example

White with #AFC403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC403; }

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

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

background-color css

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

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

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

border-color css

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

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

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