Html Css Color HEX #AFC701 La Rioja

📋 copy color: '#AFC701'

red 175 ◦ green 199 ◦ blue 1

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

Shades of La Rioja #AFC701

Tints of La Rioja #AFC701

RGB

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

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

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

R = 46.67%
G = 53.07%
B = 0.27%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#AFC701 (or 0xAFC701) is known color: La Rioja. HEX triplet: AF, C7 and 01. RGB value is (175,199,1). Sum of RGB (Red+Green+Blue) = 175+199+1=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 199 (78.12% from 255 or 53.07% from 375); Blue value is 1 (0.78% from 255 or 0.27% from 375); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC701 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC701 is #5038FE. Grayscale: #AAAAAA. Windows color (decimal): -5257471 or 116655. OLE color: 116655.

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

Color convert

RGB 175 199 1 -
CMYK 0.12 0 0.99 0.22
HSL 67.27º 0.99% 0.39% -
HSV(B) 67.27º 0.99% 0.78% -
XYZ 38.11 49.96 7.66 -
YUV 169.25 33.05 132.1 -
System Red Green Blue C M Y K H S L
Decimal 175 199 1 0.12 0 0.99 0.22 67.27 0.99 0.39
Hex AF C7 1 C 0 63 16 43 63 27
Octal 257 307 1 14 0 143 26 103 143 47
Binary 10101111 11000111 1 1100 0 1100011 10110 1000011 1100011 100111

Color Harmonies of #AFC701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC701

Black with #AFC701

Text Example


Text Example

White with #AFC701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC701; }

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

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

background-color css

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

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

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

border-color css

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

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

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