Html Css Color HEX #AFC302 La Rioja

📋 copy color: '#AFC302'

red 175 ◦ green 195 ◦ blue 2

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

Shades of La Rioja #AFC302

Tints of La Rioja #AFC302

RGB

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

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

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

R = 47.04%
G = 52.42%
B = 0.54%

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

#AFC302 (or 0xAFC302) is known color: La Rioja. HEX triplet: AF, C3 and 02. RGB value is (175,195,2). Sum of RGB (Red+Green+Blue) = 175+195+2=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 195 (76.56% from 255 or 52.42% from 372); Blue value is 2 (1.17% from 255 or 0.54% from 372); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC302 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC302 is #503CFD. Grayscale: #A7A7A7. Windows color (decimal): -5258494 or 181167. OLE color: 181167.

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

Color convert

RGB 175 195 2 -
CMYK 0.10 0 0.99 0.24
HSL 66.22º 0.98% 0.39% -
HSV(B) 66.22º 0.99% 0.76% -
XYZ 37.21 48.15 7.39 -
YUV 167.02 34.87 133.69 -
System Red Green Blue C M Y K H S L
Decimal 175 195 2 0.10 0 0.99 0.24 66.22 0.98 0.39
Hex AF C3 2 A 0 63 18 42 62 27
Octal 257 303 2 12 0 143 30 102 142 47
Binary 10101111 11000011 10 1010 0 1100011 11000 1000010 1100010 100111

Color Harmonies of #AFC302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC302

Black with #AFC302

Text Example


Text Example

White with #AFC302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC302; }

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

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

background-color css

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

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

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

border-color css

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

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

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