Html Css Color HEX #AFC30B La Rioja

📋 copy color: '#AFC30B'

red 175 ◦ green 195 ◦ blue 11

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

Shades of La Rioja #AFC30B

Tints of La Rioja #AFC30B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 51.18%

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

R = 45.93%
G = 51.18%
B = 2.89%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#AFC30B (or 0xAFC30B) is known color: La Rioja. HEX triplet: AF, C3 and 0B. RGB value is (175,195,11). Sum of RGB (Red+Green+Blue) = 175+195+11=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 195 (76.56% from 255 or 51.18% from 381); Blue value is 11 (4.69% from 255 or 2.89% from 381); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC30B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC30B is #503CF4. Grayscale: #A8A8A8. Windows color (decimal): -5258485 or 770991. OLE color: 770991.

HSL color Cylindrical-coordinate representation of color #AFC30B: hue angle of 66.52º 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 #AFC30B is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 195 11 -
CMYK 0.10 0 0.94 0.24
HSL 66.52º 0.89% 0.4% -
HSV(B) 66.52º 0.94% 0.76% -
XYZ 37.25 48.17 7.65 -
YUV 168.04 39.37 132.96 -
System Red Green Blue C M Y K H S L
Decimal 175 195 11 0.10 0 0.94 0.24 66.52 0.89 0.4
Hex AF C3 B A 0 5E 18 43 59 28
Octal 257 303 13 12 0 136 30 103 131 50
Binary 10101111 11000011 1011 1010 0 1011110 11000 1000011 1011001 101000

Color Harmonies of #AFC30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC30B

Black with #AFC30B

Text Example


Text Example

White with #AFC30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC30B; }

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

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

background-color css

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

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

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

border-color css

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

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

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