Html Css Color HEX #AFC608 La Rioja

📋 copy color: '#AFC608'

red 175 ◦ green 198 ◦ blue 8

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

Shades of La Rioja #AFC608

Tints of La Rioja #AFC608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.1%

R = 45.93%
G = 51.97%
B = 2.1%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#AFC608 (or 0xAFC608) is known color: La Rioja. HEX triplet: AF, C6 and 08. RGB value is (175,198,8). Sum of RGB (Red+Green+Blue) = 175+198+8=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 198 (77.73% from 255 or 51.97% from 381); Blue value is 8 (3.52% from 255 or 2.10% from 381); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC608 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC608 is #5039F7. Grayscale: #AAAAAA. Windows color (decimal): -5257720 or 575151. OLE color: 575151.

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

Color convert

RGB 175 198 8 -
CMYK 0.12 0 0.96 0.22
HSL 67.26º 0.92% 0.4% -
HSV(B) 67.26º 0.96% 0.78% -
XYZ 37.92 49.52 7.79 -
YUV 169.46 36.88 131.95 -
System Red Green Blue C M Y K H S L
Decimal 175 198 8 0.12 0 0.96 0.22 67.26 0.92 0.4
Hex AF C6 8 C 0 60 16 43 5C 28
Octal 257 306 10 14 0 140 26 103 134 50
Binary 10101111 11000110 1000 1100 0 1100000 10110 1000011 1011100 101000

Color Harmonies of #AFC608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC608

Black with #AFC608

Text Example


Text Example

White with #AFC608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC608; }

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

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

background-color css

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

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

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

border-color css

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

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

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