Html Css Color HEX #AFC301 La Rioja

📋 copy color: '#AFC301'

red 175 ◦ green 195 ◦ blue 1

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

Shades of La Rioja #AFC301

Tints of La Rioja #AFC301

RGB

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

 GREEN value IS 195 (76.56% from 255) = 52.56%

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 47.17%
G = 52.56%
B = 0.27%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#AFC301 (or 0xAFC301) is known color: La Rioja. HEX triplet: AF, C3 and 01. RGB value is (175,195,1). Sum of RGB (Red+Green+Blue) = 175+195+1=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 195 (76.56% from 255 or 52.56% from 371); Blue value is 1 (0.78% from 255 or 0.27% from 371); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC301 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC301 is #503CFE. Grayscale: #A7A7A7. Windows color (decimal): -5258495 or 115631. OLE color: 115631.

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

Color convert

RGB 175 195 1 -
CMYK 0.10 0 0.99 0.24
HSL 66.19º 0.99% 0.38% -
HSV(B) 66.19º 0.99% 0.76% -
XYZ 37.2 48.15 7.36 -
YUV 166.9 34.37 133.77 -
System Red Green Blue C M Y K H S L
Decimal 175 195 1 0.10 0 0.99 0.24 66.19 0.99 0.38
Hex AF C3 1 A 0 63 18 42 63 26
Octal 257 303 1 12 0 143 30 102 143 46
Binary 10101111 11000011 1 1010 0 1100011 11000 1000010 1100011 100110

Color Harmonies of #AFC301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC301

Black with #AFC301

Text Example


Text Example

White with #AFC301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC301; }

 p { color: rgb(175,195,1); }

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

background-color css

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

 a { background-color: rgb(175,195,1); }

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

border-color css

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

 span { border-color: rgb(175,195,1); }

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