Html Css Color HEX #AFB502 La Rioja

📋 copy color: '#AFB502'

red 175 ◦ green 181 ◦ blue 2

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

Shades of La Rioja #AFB502

Tints of La Rioja #AFB502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.56%

R = 48.88%
G = 50.56%
B = 0.56%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#AFB502 (or 0xAFB502) is known color: La Rioja. HEX triplet: AF, B5 and 02. RGB value is (175,181,2). Sum of RGB (Red+Green+Blue) = 175+181+2=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 181 (71.09% from 255 or 50.56% from 358); Blue value is 2 (1.17% from 255 or 0.56% from 358); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB502 is #504AFD. Grayscale: #9F9F9F. Windows color (decimal): -5262078 or 177583. OLE color: 177583.

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

Color convert

RGB 175 181 2 -
CMYK 0.03 0 0.99 0.29
HSL 62.01º 0.98% 0.36% -
HSV(B) 62.01º 0.99% 0.71% -
XYZ 34.21 42.17 6.39 -
YUV 158.8 39.51 139.55 -
System Red Green Blue C M Y K H S L
Decimal 175 181 2 0.03 0 0.99 0.29 62.01 0.98 0.36
Hex AF B5 2 3 0 63 1D 3E 62 24
Octal 257 265 2 3 0 143 35 76 142 44
Binary 10101111 10110101 10 11 0 1100011 11101 111110 1100010 100100

Color Harmonies of #AFB502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB502

Black with #AFB502

Text Example


Text Example

White with #AFB502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB502; }

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

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

background-color css

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

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

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

border-color css

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

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

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