Html Css Color HEX #AFB30B La Rioja

📋 copy color: '#AFB30B'

red 175 ◦ green 179 ◦ blue 11

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

Shades of La Rioja #AFB30B

Tints of La Rioja #AFB30B

RGB

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

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

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

R = 47.95%
G = 49.04%
B = 3.01%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#AFB30B (or 0xAFB30B) is known color: La Rioja. HEX triplet: AF, B3 and 0B. RGB value is (175,179,11). Sum of RGB (Red+Green+Blue) = 175+179+11=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 179 (70.31% from 255 or 49.04% from 365); Blue value is 11 (4.69% from 255 or 3.01% from 365); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB30B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB30B is #504CF4. Grayscale: #9F9F9F. Windows color (decimal): -5262581 or 766895. OLE color: 766895.

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

Color convert

RGB 175 179 11 -
CMYK 0.02 0 0.94 0.30
HSL 61.43º 0.88% 0.37% -
HSV(B) 61.43º 0.94% 0.7% -
XYZ 33.86 41.38 6.52 -
YUV 158.65 44.67 139.66 -
System Red Green Blue C M Y K H S L
Decimal 175 179 11 0.02 0 0.94 0.30 61.43 0.88 0.37
Hex AF B3 B 2 0 5E 1E 3D 58 25
Octal 257 263 13 2 0 136 36 75 130 45
Binary 10101111 10110011 1011 10 0 1011110 11110 111101 1011000 100101

Color Harmonies of #AFB30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB30B

Black with #AFB30B

Text Example


Text Example

White with #AFB30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB30B; }

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

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

background-color css

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

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

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

border-color css

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

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

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