Html Css Color HEX #AFB40B La Rioja

📋 copy color: '#AFB40B'

red 175 ◦ green 180 ◦ blue 11

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

Shades of La Rioja #AFB40B

Tints of La Rioja #AFB40B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 49.18%

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

R = 47.81%
G = 49.18%
B = 3.01%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#AFB40B (or 0xAFB40B) is known color: La Rioja. HEX triplet: AF, B4 and 0B. RGB value is (175,180,11). Sum of RGB (Red+Green+Blue) = 175+180+11=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 180 (70.70% from 255 or 49.18% from 366); Blue value is 11 (4.69% from 255 or 3.01% from 366); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB40B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB40B is #504BF4. Grayscale: #9F9F9F. Windows color (decimal): -5262325 or 767151. OLE color: 767151.

HSL color Cylindrical-coordinate representation of color #AFB40B: hue angle of 61.78º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFB40B is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 180 11 -
CMYK 0.03 0 0.94 0.29
HSL 61.78º 0.88% 0.37% -
HSV(B) 61.78º 0.94% 0.71% -
XYZ 34.06 41.78 6.59 -
YUV 159.24 44.34 139.24 -
System Red Green Blue C M Y K H S L
Decimal 175 180 11 0.03 0 0.94 0.29 61.78 0.88 0.37
Hex AF B4 B 3 0 5E 1D 3E 58 25
Octal 257 264 13 3 0 136 35 76 130 45
Binary 10101111 10110100 1011 11 0 1011110 11101 111110 1011000 100101

Color Harmonies of #AFB40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB40B

Black with #AFB40B

Text Example


Text Example

White with #AFB40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB40B; }

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

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

background-color css

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

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

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

border-color css

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

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

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