Html Css Color HEX #AFC206 La Rioja

📋 copy color: '#AFC206'

red 175 ◦ green 194 ◦ blue 6

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

Shades of La Rioja #AFC206

Tints of La Rioja #AFC206

RGB

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

 GREEN value IS 194 (76.17% from 255) = 51.73%

 BLUE value IS 6 (2.73% from 255) = 1.6%

R = 46.67%
G = 51.73%
B = 1.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#AFC206 (or 0xAFC206) is known color: La Rioja. HEX triplet: AF, C2 and 06. RGB value is (175,194,6). Sum of RGB (Red+Green+Blue) = 175+194+6=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 194 (76.17% from 255 or 51.73% from 375); Blue value is 6 (2.73% from 255 or 1.6% from 375); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC206 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC206 is #503DF9. Grayscale: #A7A7A7. Windows color (decimal): -5258746 or 443055. OLE color: 443055.

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

Color convert

RGB 175 194 6 -
CMYK 0.10 0 0.97 0.24
HSL 66.06º 0.94% 0.39% -
HSV(B) 66.06º 0.97% 0.76% -
XYZ 37 47.71 7.43 -
YUV 166.89 37.21 133.79 -
System Red Green Blue C M Y K H S L
Decimal 175 194 6 0.10 0 0.97 0.24 66.06 0.94 0.39
Hex AF C2 6 A 0 61 18 42 5E 27
Octal 257 302 6 12 0 141 30 102 136 47
Binary 10101111 11000010 110 1010 0 1100001 11000 1000010 1011110 100111

Color Harmonies of #AFC206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC206

Black with #AFC206

Text Example


Text Example

White with #AFC206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC206; }

 p { color: rgb(175,194,6); }

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

background-color css

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

 a { background-color: rgb(175,194,6); }

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

border-color css

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

 span { border-color: rgb(175,194,6); }

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