#AFC233

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

Shades of Bahia #AFC233

Tints of Bahia #AFC233

Color information

#AFC233 (or 0xAFC233) is unknown color: approx Bahia. HEX triplet: AF, C2 and 33. RGB value is (175,194,51). Sum of RGB (Red+Green+Blue) = 175+194+51=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 194 (76.17% from 255 or 46.19% from 420); Blue value is 51 (20.31% from 255 or 12.14% from 420); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC233 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC233 is #503DCC. Grayscale: #ACACAC. Windows color (decimal): -5258701 or 3392175. OLE color: 3392175.

HSL color Cylindrical-coordinate representation of color #AFC233: hue angle of 67.97º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AFC233 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB17519451-
CMYK0.1000.740.24
HSL67.97º58.37%48.04%-
HSV(B)67.97º73.71%76.08%-
XYZ37.5747.9410.4-
YUV172.0259.71130.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.67%
GREEN value IS 194 (76.17% from 255) = 46.19%
BLUE value IS 51 (20.31% from 255) = 12.14%
R=41.67%
G=46.19%
B=12.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal175194510.1000.740.2467.9758.3748.04
HexAFC233A04A18443a30
Octal25730263120112301047260
Binary1010111111000010110011101001001010110001000100111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC233; }

 p { color: rgb(175,194,51); }

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

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

 a { background-color: rgb(175,194,51); }

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

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

 span { border-color: rgb(175,194,51); }

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