Html Css Color HEX #AFB303 La Rioja

📋 copy color: '#AFB303'

red 175 ◦ green 179 ◦ blue 3

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

Shades of La Rioja #AFB303

Tints of La Rioja #AFB303

RGB

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

 GREEN value IS 179 (70.31% from 255) = 50.14%

 BLUE value IS 3 (1.56% from 255) = 0.84%

R = 49.02%
G = 50.14%
B = 0.84%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#AFB303 (or 0xAFB303) is known color: La Rioja. HEX triplet: AF, B3 and 03. RGB value is (175,179,3). Sum of RGB (Red+Green+Blue) = 175+179+3=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 179 (70.31% from 255 or 50.14% from 357); Blue value is 3 (1.56% from 255 or 0.84% from 357); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB303 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB303 is #504CFC. Grayscale: #9E9E9E. Windows color (decimal): -5262589 or 242607. OLE color: 242607.

HSL color Cylindrical-coordinate representation of color #AFB303: hue angle of 61.36º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AFB303 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 179 3 -
CMYK 0.02 0 0.98 0.30
HSL 61.36º 0.97% 0.36% -
HSV(B) 61.36º 0.98% 0.7% -
XYZ 33.82 41.36 6.29 -
YUV 157.74 40.67 140.31 -
System Red Green Blue C M Y K H S L
Decimal 175 179 3 0.02 0 0.98 0.30 61.36 0.97 0.36
Hex AF B3 3 2 0 62 1E 3D 61 24
Octal 257 263 3 2 0 142 36 75 141 44
Binary 10101111 10110011 11 10 0 1100010 11110 111101 1100001 100100

Color Harmonies of #AFB303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB303

Black with #AFB303

Text Example


Text Example

White with #AFB303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB303; }

 p { color: rgb(175,179,3); }

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

background-color css

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

 a { background-color: rgb(175,179,3); }

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

border-color css

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

 span { border-color: rgb(175,179,3); }

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