#ACBD30

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

Shades of Bahia #ACBD30

Tints of Bahia #ACBD30

Color information

#ACBD30 (or 0xACBD30) is unknown color: approx Bahia. HEX triplet: AC, BD and 30. RGB value is (172,189,48). Sum of RGB (Red+Green+Blue) = 172+189+48=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 189 (74.22% from 255 or 46.21% from 409); Blue value is 48 (19.14% from 255 or 11.74% from 409); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBD30 is #5342CF. Grayscale: #A8A8A8. Windows color (decimal): -5456592 or 3194284. OLE color: 3194284.

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

Color convert

RGB17218948-
CMYK0.0900.750.26
HSL67.23º59.49%46.47%-
HSV(B)67.23º74.6%74.12%-
XYZ35.7445.389.67-
YUV167.8460.37130.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.05%
GREEN value IS 189 (74.22% from 255) = 46.21%
BLUE value IS 48 (19.14% from 255) = 11.74%
R=42.05%
G=46.21%
B=11.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal172189480.0900.750.2667.2359.4946.47
HexACBD30904B1A433b2e
Octal25427560110113321037356
Binary1010110010111101110000100101001011110101000011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBD30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBD30; }

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

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

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

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

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

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

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

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