#AFC631

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

Shades of Bahia #AFC631

Tints of Bahia #AFC631

Color information

#AFC631 (or 0xAFC631) is unknown color: approx Bahia. HEX triplet: AF, C6 and 31. RGB value is (175,198,49). Sum of RGB (Red+Green+Blue) = 175+198+49=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 198 (77.73% from 255 or 46.92% from 422); Blue value is 49 (19.53% from 255 or 11.61% from 422); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC631 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC631 is #5039CE. Grayscale: #AEAEAE. Windows color (decimal): -5257679 or 3262127. OLE color: 3262127.

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

Color convert

RGB17519849-
CMYK0.1200.750.22
HSL69.26º60.32%48.43%-
HSV(B)69.26º75.25%77.65%-
XYZ38.4349.7210.48-
YUV174.1457.38128.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.47%
GREEN value IS 198 (77.73% from 255) = 46.92%
BLUE value IS 49 (19.53% from 255) = 11.61%
R=41.47%
G=46.92%
B=11.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal175198490.1200.750.2269.2660.3248.43
HexAFC631C04B16453c30
Octal25730661140113261057460
Binary1010111111000110110001110001001011101101000101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC631; }

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

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

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

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

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

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

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

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