#AFC628

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

Shades of Bahia #AFC628

Tints of Bahia #AFC628

Color information

#AFC628 (or 0xAFC628) is unknown color: approx Bahia. HEX triplet: AF, C6 and 28. RGB value is (175,198,40). Sum of RGB (Red+Green+Blue) = 175+198+40=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 198 (77.73% from 255 or 47.94% from 413); Blue value is 40 (16.02% from 255 or 9.69% from 413); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC628 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC628 is #5039D7. Grayscale: #ADADAD. Windows color (decimal): -5257688 or 2672303. OLE color: 2672303.

HSL color Cylindrical-coordinate representation of color #AFC628: hue angle of 68.73º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AFC628 is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB17519840-
CMYK0.1200.800.22
HSL68.73º66.39%46.67%-
HSV(B)68.73º79.8%77.65%-
XYZ38.2649.669.58-
YUV173.1152.88129.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.37%
GREEN value IS 198 (77.73% from 255) = 47.94%
BLUE value IS 40 (16.02% from 255) = 9.69%
R=42.37%
G=47.94%
B=9.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal175198400.1200.800.2268.7366.3946.67
HexAFC628C0501645422f
Octal257306501401202610510257
Binary10101111110001101010001100010100001011010001011000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC628; }

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

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

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

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

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

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

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

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