Html Css Color HEX #AFBB10 La Rioja

📋 copy color: '#AFBB10'

red 175 ◦ green 187 ◦ blue 16

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

Shades of La Rioja #AFBB10

Tints of La Rioja #AFBB10

RGB

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

 GREEN value IS 187 (73.44% from 255) = 49.47%

 BLUE value IS 16 (6.64% from 255) = 4.23%

R = 46.3%
G = 49.47%
B = 4.23%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#AFBB10 (or 0xAFBB10) is known color: La Rioja. HEX triplet: AF, BB and 10. RGB value is (175,187,16). Sum of RGB (Red+Green+Blue) = 175+187+16=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 187 (73.44% from 255 or 49.47% from 378); Blue value is 16 (6.64% from 255 or 4.23% from 378); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBB10 is #5044EF. Grayscale: #A4A4A4. Windows color (decimal): -5260528 or 1096623. OLE color: 1096623.

HSL color Cylindrical-coordinate representation of color #AFBB10: hue angle of 64.21º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AFBB10 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 187 16 -
CMYK 0.06 0 0.91 0.27
HSL 64.21º 0.84% 0.4% -
HSV(B) 64.21º 0.91% 0.73% -
XYZ 35.54 44.69 7.24 -
YUV 163.92 44.52 135.9 -
System Red Green Blue C M Y K H S L
Decimal 175 187 16 0.06 0 0.91 0.27 64.21 0.84 0.4
Hex AF BB 10 6 0 5B 1B 40 54 28
Octal 257 273 20 6 0 133 33 100 124 50
Binary 10101111 10111011 10000 110 0 1011011 11011 1000000 1010100 101000

Color Harmonies of #AFBB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBB10

Black with #AFBB10

Text Example


Text Example

White with #AFBB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBB10; }

 p { color: rgb(175,187,16); }

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

background-color css

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

 a { background-color: rgb(175,187,16); }

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

border-color css

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

 span { border-color: rgb(175,187,16); }

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