Html Css Color HEX #AFC703 La Rioja

📋 copy color: '#AFC703'

red 175 ◦ green 199 ◦ blue 3

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

Shades of La Rioja #AFC703

Tints of La Rioja #AFC703

RGB

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

 GREEN value IS 199 (78.13% from 255) = 52.79%

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

R = 46.42%
G = 52.79%
B = 0.8%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#AFC703 (or 0xAFC703) is known color: La Rioja. HEX triplet: AF, C7 and 03. RGB value is (175,199,3). Sum of RGB (Red+Green+Blue) = 175+199+3=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 199 (78.12% from 255 or 52.79% from 377); Blue value is 3 (1.56% from 255 or 0.80% from 377); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC703 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC703 is #5038FC. Grayscale: #AAAAAA. Windows color (decimal): -5257469 or 247727. OLE color: 247727.

HSL color Cylindrical-coordinate representation of color #AFC703: hue angle of 67.35º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AFC703 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 199 3 -
CMYK 0.12 0 0.98 0.22
HSL 67.35º 0.97% 0.4% -
HSV(B) 67.35º 0.98% 0.78% -
XYZ 38.12 49.97 7.72 -
YUV 169.48 34.05 131.94 -
System Red Green Blue C M Y K H S L
Decimal 175 199 3 0.12 0 0.98 0.22 67.35 0.97 0.4
Hex AF C7 3 C 0 62 16 43 61 28
Octal 257 307 3 14 0 142 26 103 141 50
Binary 10101111 11000111 11 1100 0 1100010 10110 1000011 1100001 101000

Color Harmonies of #AFC703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC703

Black with #AFC703

Text Example


Text Example

White with #AFC703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC703; }

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

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

background-color css

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

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

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

border-color css

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

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

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