Html Css Color HEX #AFC10B La Rioja

📋 copy color: '#AFC10B'

red 175 ◦ green 193 ◦ blue 11

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

Shades of La Rioja #AFC10B

Tints of La Rioja #AFC10B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 50.92%

 BLUE value IS 11 (4.69% from 255) = 2.9%

R = 46.17%
G = 50.92%
B = 2.9%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#AFC10B (or 0xAFC10B) is known color: La Rioja. HEX triplet: AF, C1 and 0B. RGB value is (175,193,11). Sum of RGB (Red+Green+Blue) = 175+193+11=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 193 (75.78% from 255 or 50.92% from 379); Blue value is 11 (4.69% from 255 or 2.90% from 379); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC10B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC10B is #503EF4. Grayscale: #A7A7A7. Windows color (decimal): -5258997 or 770479. OLE color: 770479.

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

Color convert

RGB 175 193 11 -
CMYK 0.09 0 0.94 0.24
HSL 65.93º 0.89% 0.4% -
HSV(B) 65.93º 0.94% 0.76% -
XYZ 36.81 47.28 7.5 -
YUV 166.87 40.04 133.8 -
System Red Green Blue C M Y K H S L
Decimal 175 193 11 0.09 0 0.94 0.24 65.93 0.89 0.4
Hex AF C1 B 9 0 5E 18 42 59 28
Octal 257 301 13 11 0 136 30 102 131 50
Binary 10101111 11000001 1011 1001 0 1011110 11000 1000010 1011001 101000

Color Harmonies of #AFC10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC10B

Black with #AFC10B

Text Example


Text Example

White with #AFC10B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC10B; }

 p { color: rgb(175,193,11); }

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

background-color css

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

 a { background-color: rgb(175,193,11); }

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

border-color css

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

 span { border-color: rgb(175,193,11); }

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