Html Css Color HEX #AFC605 La Rioja

📋 copy color: '#AFC605'

red 175 ◦ green 198 ◦ blue 5

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

Shades of La Rioja #AFC605

Tints of La Rioja #AFC605

RGB

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

 GREEN value IS 198 (77.73% from 255) = 52.38%

 BLUE value IS 5 (2.34% from 255) = 1.32%

R = 46.3%
G = 52.38%
B = 1.32%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#AFC605 (or 0xAFC605) is known color: La Rioja. HEX triplet: AF, C6 and 05. RGB value is (175,198,5). Sum of RGB (Red+Green+Blue) = 175+198+5=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 198 (77.73% from 255 or 52.38% from 378); Blue value is 5 (2.34% from 255 or 1.32% from 378); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC605 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC605 is #5039FA. Grayscale: #A9A9A9. Windows color (decimal): -5257723 or 378543. OLE color: 378543.

HSL color Cylindrical-coordinate representation of color #AFC605: hue angle of 67.15º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AFC605 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 198 5 -
CMYK 0.12 0 0.97 0.22
HSL 67.15º 0.95% 0.4% -
HSV(B) 67.15º 0.97% 0.78% -
XYZ 37.9 49.51 7.7 -
YUV 169.12 35.38 132.19 -
System Red Green Blue C M Y K H S L
Decimal 175 198 5 0.12 0 0.97 0.22 67.15 0.95 0.4
Hex AF C6 5 C 0 61 16 43 5F 28
Octal 257 306 5 14 0 141 26 103 137 50
Binary 10101111 11000110 101 1100 0 1100001 10110 1000011 1011111 101000

Color Harmonies of #AFC605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC605

Black with #AFC605

Text Example


Text Example

White with #AFC605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC605; }

 p { color: rgb(175,198,5); }

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

background-color css

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

 a { background-color: rgb(175,198,5); }

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

border-color css

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

 span { border-color: rgb(175,198,5); }

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