#AFC621

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

Shades of Bahia #AFC621

Tints of Bahia #AFC621

Color information

#AFC621 (or 0xAFC621) is unknown color: approx Bahia. HEX triplet: AF, C6 and 21. RGB value is (175,198,33). Sum of RGB (Red+Green+Blue) = 175+198+33=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 198 (77.73% from 255 or 48.77% from 406); Blue value is 33 (13.28% from 255 or 8.13% from 406); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC621 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC621 is #5039DE. Grayscale: #ACACAC. Windows color (decimal): -5257695 or 2213551. OLE color: 2213551.

HSL color Cylindrical-coordinate representation of color #AFC621: hue angle of 68.36º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AFC621 is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB17519833-
CMYK0.1200.830.22
HSL68.36º71.43%45.29%-
HSV(B)68.36º83.33%77.65%-
XYZ38.1549.619-
YUV172.3149.38129.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.10%
GREEN value IS 198 (77.73% from 255) = 48.77%
BLUE value IS 33 (13.28% from 255) = 8.13%
R=43.10%
G=48.77%
B=8.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal175198330.1200.830.2268.3671.4345.29
HexAFC621C0531644472d
Octal257306411401232610410755
Binary10101111110001101000011100010100111011010001001000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC621; }

 p { color: rgb(175,198,33); }

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

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

 a { background-color: rgb(175,198,33); }

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

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

 span { border-color: rgb(175,198,33); }

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