#AACB1D

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

Shades of Bahia #AACB1D

Tints of Bahia #AACB1D

Color information

#AACB1D (or 0xAACB1D) is unknown color: approx Bahia. HEX triplet: AA, CB and 1D. RGB value is (170,203,29). Sum of RGB (Red+Green+Blue) = 170+203+29=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 203 (79.69% from 255 or 50.50% from 402); Blue value is 29 (11.72% from 255 or 7.21% from 402); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACB1D is #5534E2. Grayscale: #ADADAD. Windows color (decimal): -5584099 or 1952682. OLE color: 1952682.

HSL color Cylindrical-coordinate representation of color #AACB1D: hue angle of 71.38º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AACB1D is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB17020329-
CMYK0.1600.860.20
HSL71.38º75%45.49%-
HSV(B)71.38º85.71%79.61%-
XYZ38.1651.359.06-
YUV173.346.57125.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.29%
GREEN value IS 203 (79.69% from 255) = 50.50%
BLUE value IS 29 (11.72% from 255) = 7.21%
R=42.29%
G=50.50%
B=7.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal170203290.1600.860.2071.387545.49
HexAACB1D1005614474b2d
Octal252313352001262410711355
Binary10101010110010111110110000010101101010010001111001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACB1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACB1D; }

 p { color: rgb(170,203,29); }

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

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

 a { background-color: rgb(170,203,29); }

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

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

 span { border-color: rgb(170,203,29); }

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