#AFC130

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

Shades of Bahia #AFC130

Tints of Bahia #AFC130

Color information

#AFC130 (or 0xAFC130) is unknown color: approx Bahia. HEX triplet: AF, C1 and 30. RGB value is (175,193,48). Sum of RGB (Red+Green+Blue) = 175+193+48=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 193 (75.78% from 255 or 46.39% from 416); Blue value is 48 (19.14% from 255 or 11.54% from 416); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC130 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC130 is #503ECF. Grayscale: #ABABAB. Windows color (decimal): -5258960 or 3195311. OLE color: 3195311.

HSL color Cylindrical-coordinate representation of color #AFC130: hue angle of 67.45º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AFC130 is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB17519348-
CMYK0.0900.750.24
HSL67.45º60.17%47.25%-
HSV(B)67.45º75.13%75.69%-
XYZ37.2847.479.99-
YUV171.0958.54130.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.07%
GREEN value IS 193 (75.78% from 255) = 46.39%
BLUE value IS 48 (19.14% from 255) = 11.54%
R=42.07%
G=46.39%
B=11.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal175193480.0900.750.2467.4560.1747.25
HexAFC130904B18433c2f
Octal25730160110113301037457
Binary1010111111000001110000100101001011110001000011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC130; }

 p { color: rgb(175,193,48); }

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

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

 a { background-color: rgb(175,193,48); }

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

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

 span { border-color: rgb(175,193,48); }

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