Html Css Color HEX #AFB500 La Rioja

📋 copy color: '#AFB500'

red 175 ◦ green 181 ◦ blue 0

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

Shades of La Rioja #AFB500

Tints of La Rioja #AFB500

RGB

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

 GREEN value IS 181 (71.09% from 255) = 50.84%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.16%
G = 50.84%
B = 0%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#AFB500 (or 0xAFB500) is known color: La Rioja. HEX triplet: AF, B5 and 00. RGB value is (175,181,0). Sum of RGB (Red+Green+Blue) = 175+181+0=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 181 (71.09% from 255 or 50.84% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB500 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB500 is #504AFF. Grayscale: #9F9F9F. Windows color (decimal): -5262080 or 46511. OLE color: 46511.

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

Color convert

RGB 175 181 0 -
CMYK 0.03 0 1 0.29
HSL 61.99º 1% 0.35% -
HSV(B) 61.99º 1% 0.71% -
XYZ 34.2 42.16 6.34 -
YUV 158.57 38.51 139.72 -
System Red Green Blue C M Y K H S L
Decimal 175 181 0 0.03 0 1 0.29 61.99 1 0.35
Hex AF B5 0 3 0 64 1D 3E 64 23
Octal 257 265 0 3 0 144 35 76 144 43
Binary 10101111 10110101 0 11 0 1100100 11101 111110 1100100 100011

Color Harmonies of #AFB500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB500

Black with #AFB500

Text Example


Text Example

White with #AFB500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB500; }

 p { color: rgb(175,181,0); }

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

background-color css

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

 a { background-color: rgb(175,181,0); }

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

border-color css

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

 span { border-color: rgb(175,181,0); }

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