Html Css Color HEX #AFB90B La Rioja

📋 copy color: '#AFB90B'

red 175 ◦ green 185 ◦ blue 11

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

Shades of La Rioja #AFB90B

Tints of La Rioja #AFB90B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 49.87%

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

R = 47.17%
G = 49.87%
B = 2.96%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#AFB90B (or 0xAFB90B) is known color: La Rioja. HEX triplet: AF, B9 and 0B. RGB value is (175,185,11). Sum of RGB (Red+Green+Blue) = 175+185+11=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 185 (72.66% from 255 or 49.87% from 371); Blue value is 11 (4.69% from 255 or 2.96% from 371); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB90B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB90B is #5046F4. Grayscale: #A2A2A2. Windows color (decimal): -5261045 or 768431. OLE color: 768431.

HSL color Cylindrical-coordinate representation of color #AFB90B: hue angle of 63.45º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFB90B is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 185 11 -
CMYK 0.05 0 0.94 0.27
HSL 63.45º 0.89% 0.38% -
HSV(B) 63.45º 0.94% 0.73% -
XYZ 35.09 43.84 6.93 -
YUV 162.17 42.69 137.15 -
System Red Green Blue C M Y K H S L
Decimal 175 185 11 0.05 0 0.94 0.27 63.45 0.89 0.38
Hex AF B9 B 5 0 5E 1B 3F 59 26
Octal 257 271 13 5 0 136 33 77 131 46
Binary 10101111 10111001 1011 101 0 1011110 11011 111111 1011001 100110

Color Harmonies of #AFB90B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB90B

Black with #AFB90B

Text Example


Text Example

White with #AFB90B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB90B; }

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

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

background-color css

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

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

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

border-color css

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

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

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