Html Css Color HEX #AFC902 La Rioja

📋 copy color: '#AFC902'

red 175 ◦ green 201 ◦ blue 2

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

Shades of La Rioja #AFC902

Tints of La Rioja #AFC902

RGB

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

 GREEN value IS 201 (78.91% from 255) = 53.17%

 BLUE value IS 2 (1.17% from 255) = 0.53%

R = 46.3%
G = 53.17%
B = 0.53%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#AFC902 (or 0xAFC902) is known color: La Rioja. HEX triplet: AF, C9 and 02. RGB value is (175,201,2). Sum of RGB (Red+Green+Blue) = 175+201+2=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 201 (78.91% from 255 or 53.17% from 378); Blue value is 2 (1.17% from 255 or 0.53% from 378); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC902 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC902 is #5036FD. Grayscale: #ABABAB. Windows color (decimal): -5256958 or 182703. OLE color: 182703.

HSL color Cylindrical-coordinate representation of color #AFC902: hue angle of 67.84º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AFC902 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 201 2 -
CMYK 0.13 0 0.99 0.21
HSL 67.84º 0.98% 0.4% -
HSV(B) 67.84º 0.99% 0.79% -
XYZ 38.58 50.89 7.85 -
YUV 170.54 32.89 131.18 -
System Red Green Blue C M Y K H S L
Decimal 175 201 2 0.13 0 0.99 0.21 67.84 0.98 0.4
Hex AF C9 2 D 0 63 15 44 62 28
Octal 257 311 2 15 0 143 25 104 142 50
Binary 10101111 11001001 10 1101 0 1100011 10101 1000100 1100010 101000

Color Harmonies of #AFC902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC902

Black with #AFC902

Text Example


Text Example

White with #AFC902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC902; }

 p { color: rgb(175,201,2); }

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

background-color css

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

 a { background-color: rgb(175,201,2); }

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

border-color css

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

 span { border-color: rgb(175,201,2); }

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