#ACBB27

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

Shades of Bahia #ACBB27

Tints of Bahia #ACBB27

Color information

#ACBB27 (or 0xACBB27) is unknown color: approx Bahia. HEX triplet: AC, BB and 27. RGB value is (172,187,39). Sum of RGB (Red+Green+Blue) = 172+187+39=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 187 (73.44% from 255 or 46.98% from 398); Blue value is 39 (15.62% from 255 or 9.80% from 398); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBB27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBB27 is #5344D8. Grayscale: #A6A6A6. Windows color (decimal): -5457113 or 2603948. OLE color: 2603948.

HSL color Cylindrical-coordinate representation of color #ACBB27: hue angle of 66.08º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ACBB27 is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB17218739-
CMYK0.0800.790.27
HSL66.08º65.49%44.31%-
HSV(B)66.08º79.14%73.33%-
XYZ35.1544.468.65-
YUV165.6456.53132.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.22%
GREEN value IS 187 (73.44% from 255) = 46.98%
BLUE value IS 39 (15.62% from 255) = 9.80%
R=43.22%
G=46.98%
B=9.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal172187390.0800.790.2766.0865.4944.31
HexACBB27804F1B42412c
Octal254273471001173310210154
Binary10101100101110111001111000010011111101110000101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBB27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBB27; }

 p { color: rgb(172,187,39); }

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

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

 a { background-color: rgb(172,187,39); }

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

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

 span { border-color: rgb(172,187,39); }

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