#AFBB09

Color #AFBB09 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #AFBB09

Tints of La Rioja #AFBB09

Color information

#AFBB09 (or 0xAFBB09) is unknown color: approx La Rioja. HEX triplet: AF, BB and 09. RGB value is (175,187,9). Sum of RGB (Red+Green+Blue) = 175+187+9=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 187 (73.44% from 255 or 50.40% from 371); Blue value is 9 (3.91% from 255 or 2.43% from 371); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBB09 is #5044F6. Grayscale: #A3A3A3. Windows color (decimal): -5260535 or 637871. OLE color: 637871.

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

Color convert

RGB1751879-
CMYK0.0600.950.27
HSL64.04º90.82%38.43%-
HSV(B)64.04º95.19%73.33%-
XYZ35.544.677.01-
YUV163.1241.02136.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.17%
GREEN value IS 187 (73.44% from 255) = 50.40%
BLUE value IS 9 (3.91% from 255) = 2.43%
R=47.17%
G=50.40%
B=2.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17518790.0600.950.2764.0490.8238.43
HexAFBB9605F1B405b26
Octal25727311601373310013346
Binary10101111101110111001110010111111101110000001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBB09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBB09; }

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

 H1.HeaderClassName
 {
   color: #AFBB09;
 }
 .AnyTagClassName
 {
   color: #AFBB09;
 }
</style>
background-color css

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

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

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

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

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

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