#ACBD33

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

Shades of Bahia #ACBD33

Tints of Bahia #ACBD33

Color information

#ACBD33 (or 0xACBD33) is unknown color: approx Bahia. HEX triplet: AC, BD and 33. RGB value is (172,189,51). Sum of RGB (Red+Green+Blue) = 172+189+51=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 189 (74.22% from 255 or 45.87% from 412); Blue value is 51 (20.31% from 255 or 12.38% from 412); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBD33 is #5342CC. Grayscale: #A8A8A8. Windows color (decimal): -5456589 or 3390892. OLE color: 3390892.

HSL color Cylindrical-coordinate representation of color #ACBD33: hue angle of 67.39º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ACBD33 is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB17218951-
CMYK0.0900.730.26
HSL67.39º57.5%47.06%-
HSV(B)67.39º73.02%74.12%-
XYZ35.8145.410.01-
YUV168.1861.87130.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.75%
GREEN value IS 189 (74.22% from 255) = 45.87%
BLUE value IS 51 (20.31% from 255) = 12.38%
R=41.75%
G=45.87%
B=12.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal172189510.0900.730.2667.3957.547.06
HexACBD3390491A433a2f
Octal25427563110111321037257
Binary1010110010111101110011100101001001110101000011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBD33; }

 p { color: rgb(172,189,51); }

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

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

 a { background-color: rgb(172,189,51); }

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

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

 span { border-color: rgb(172,189,51); }

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