#AFBB15

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

Shades of Bahia #AFBB15

Tints of Bahia #AFBB15

Color information

#AFBB15 (or 0xAFBB15) is unknown color: approx Bahia. HEX triplet: AF, BB and 15. RGB value is (175,187,21). Sum of RGB (Red+Green+Blue) = 175+187+21=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 187 (73.44% from 255 or 48.83% from 383); Blue value is 21 (8.59% from 255 or 5.48% from 383); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBB15 is #5044EA. Grayscale: #A5A5A5. Windows color (decimal): -5260523 or 1424303. OLE color: 1424303.

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

Color convert

RGB17518721-
CMYK0.0600.890.27
HSL64.34º79.81%40.78%-
HSV(B)64.34º88.77%73.33%-
XYZ35.5844.717.46-
YUV164.4947.02135.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.69%
GREEN value IS 187 (73.44% from 255) = 48.83%
BLUE value IS 21 (8.59% from 255) = 5.48%
R=45.69%
G=48.83%
B=5.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175187210.0600.890.2764.3479.8140.78
HexAFBB1560591B405029
Octal25727325601313310012051
Binary101011111011101110101110010110011101110000001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBB15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBB15; }

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

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

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

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

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

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

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

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