Html Css Color HEX #AFC506 La Rioja

📋 copy color: '#AFC506'

red 175 ◦ green 197 ◦ blue 6

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

Shades of La Rioja #AFC506

Tints of La Rioja #AFC506

RGB

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

 GREEN value IS 197 (77.34% from 255) = 52.12%

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

R = 46.3%
G = 52.12%
B = 1.59%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#AFC506 (or 0xAFC506) is known color: La Rioja. HEX triplet: AF, C5 and 06. RGB value is (175,197,6). Sum of RGB (Red+Green+Blue) = 175+197+6=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 197 (77.34% from 255 or 52.12% from 378); Blue value is 6 (2.73% from 255 or 1.59% from 378); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC506 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC506 is #503AF9. Grayscale: #A9A9A9. Windows color (decimal): -5257978 or 443823. OLE color: 443823.

HSL color Cylindrical-coordinate representation of color #AFC506: hue angle of 66.91º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AFC506 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 197 6 -
CMYK 0.11 0 0.97 0.23
HSL 66.91º 0.94% 0.4% -
HSV(B) 66.91º 0.97% 0.77% -
XYZ 37.68 49.06 7.66 -
YUV 168.65 36.21 132.53 -
System Red Green Blue C M Y K H S L
Decimal 175 197 6 0.11 0 0.97 0.23 66.91 0.94 0.4
Hex AF C5 6 B 0 61 17 43 5E 28
Octal 257 305 6 13 0 141 27 103 136 50
Binary 10101111 11000101 110 1011 0 1100001 10111 1000011 1011110 101000

Color Harmonies of #AFC506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC506

Black with #AFC506

Text Example


Text Example

White with #AFC506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC506; }

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

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

background-color css

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

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

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

border-color css

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

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

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