Html Css Color HEX #AFC601 La Rioja

📋 copy color: '#AFC601'

red 175 ◦ green 198 ◦ blue 1

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

Shades of La Rioja #AFC601

Tints of La Rioja #AFC601

RGB

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

 GREEN value IS 198 (77.73% from 255) = 52.94%

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

R = 46.79%
G = 52.94%
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

#AFC601 (or 0xAFC601) is known color: La Rioja. HEX triplet: AF, C6 and 01. RGB value is (175,198,1). Sum of RGB (Red+Green+Blue) = 175+198+1=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 198 (77.73% from 255 or 52.94% from 374); Blue value is 1 (0.78% from 255 or 0.27% from 374); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC601 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC601 is #5039FE. Grayscale: #A9A9A9. Windows color (decimal): -5257727 or 116399. OLE color: 116399.

HSL color Cylindrical-coordinate representation of color #AFC601: hue angle of 67.01º 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 #AFC601 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 198 1 -
CMYK 0.12 0 0.99 0.22
HSL 67.01º 0.99% 0.39% -
HSV(B) 67.01º 0.99% 0.78% -
XYZ 37.88 49.5 7.59 -
YUV 168.67 33.38 132.52 -
System Red Green Blue C M Y K H S L
Decimal 175 198 1 0.12 0 0.99 0.22 67.01 0.99 0.39
Hex AF C6 1 C 0 63 16 43 63 27
Octal 257 306 1 14 0 143 26 103 143 47
Binary 10101111 11000110 1 1100 0 1100011 10110 1000011 1100011 100111

Color Harmonies of #AFC601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC601

Black with #AFC601

Text Example


Text Example

White with #AFC601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC601; }

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

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

background-color css

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

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

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

border-color css

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

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

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