#afc526

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

Shades of Bahia #AFC526

Tints of Bahia #AFC526

Color information

#AFC526 (or 0xAFC526) is unknown color: approx Bahia. HEX triplet: AF, C5 and 26. RGB value is (175,197,38). Sum of RGB (Red+Green+Blue) = 175+197+38=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 197 (77.34% from 255 or 48.05% from 410); Blue value is 38 (15.23% from 255 or 9.27% from 410); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC526 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC526 is #503AD9. Grayscale: #ACACAC. Windows color (decimal): -5257946 or 2540975. OLE color: 2540975.

HSL color Cylindrical-coordinate representation of color #AFC526: hue angle of 68.3º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AFC526 is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB17519738-
CMYK0.1100.810.23
HSL68.3º67.66%46.08%-
HSV(B)68.3º80.71%77.25%-
XYZ3849.199.33-
YUV172.352.21129.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.68%
GREEN value IS 197 (77.34% from 255) = 48.05%
BLUE value IS 38 (15.23% from 255) = 9.27%
R=42.68%
G=48.05%
B=9.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal175197380.1100.810.2368.367.6646.08
HexAFC526B0511744442e
Octal257305461301212710410456
Binary10101111110001011001101011010100011011110001001000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afc526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afc526; }

 p { color: rgb(175,197,38); }

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

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

 a { background-color: rgb(175,197,38); }

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

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

 span { border-color: rgb(175,197,38); }

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