#AFC102

Color #AFC102 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #AFC102

Tints of La Rioja #AFC102

Color information

#AFC102 (or 0xAFC102) is unknown color: approx La Rioja. HEX triplet: AF, C1 and 02. RGB value is (175,193,2). Sum of RGB (Red+Green+Blue) = 175+193+2=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 193 (75.78% from 255 or 52.16% from 370); Blue value is 2 (1.17% from 255 or 0.54% from 370); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC102 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC102 is #503EFD. Grayscale: #A6A6A6. Windows color (decimal): -5259006 or 180655. OLE color: 180655.

HSL color Cylindrical-coordinate representation of color #AFC102: hue angle of 65.65º degrees, saturation: 0.98, 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 #AFC102 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB1751932-
CMYK0.0900.990.24
HSL65.65º97.95%38.24%-
HSV(B)65.65º98.96%75.69%-
XYZ36.7647.267.24-
YUV165.8435.54134.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.30%
GREEN value IS 193 (75.78% from 255) = 52.16%
BLUE value IS 2 (1.17% from 255) = 0.54%
R=47.30%
G=52.16%
B=0.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal17519320.0900.990.2465.6597.9538.24
HexAFC12906318426226
Octal25730121101433010214246
Binary1010111111000001101001011000111100010000101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC102; }

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

 H1.HeaderClassName
 {
   color: #AFC102;
 }
 .AnyTagClassName
 {
   color: #AFC102;
 }
</style>
background-color css

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

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

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

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

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

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