#AFC532

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

Shades of Bahia #AFC532

Tints of Bahia #AFC532

Color information

#AFC532 (or 0xAFC532) is unknown color: approx Bahia. HEX triplet: AF, C5 and 32. RGB value is (175,197,50). Sum of RGB (Red+Green+Blue) = 175+197+50=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 197 (77.34% from 255 or 46.68% from 422); Blue value is 50 (19.92% from 255 or 11.85% from 422); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC532 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC532 is #503ACD. Grayscale: #AEAEAE. Windows color (decimal): -5257934 or 3327407. OLE color: 3327407.

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

Color convert

RGB17519750-
CMYK0.1100.750.23
HSL68.98º59.51%48.43%-
HSV(B)68.98º74.62%77.25%-
XYZ38.2249.2810.51-
YUV173.6658.21128.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.47%
GREEN value IS 197 (77.34% from 255) = 46.68%
BLUE value IS 50 (19.92% from 255) = 11.85%
R=41.47%
G=46.68%
B=11.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal175197500.1100.750.2368.9859.5148.43
HexAFC532B04B17453c30
Octal25730562130113271057460
Binary1010111111000101110010101101001011101111000101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC532; }

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

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

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

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

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

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

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

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