Html Css Color HEX #ACB328 Bahia

📋 copy color: '#ACB328'

red 172 ◦ green 179 ◦ blue 40

#ACB328
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #ACB328

Tints of Bahia #ACB328

RGB

 RED value IS 172 (67.58% from 255) = 43.99%

 GREEN value IS 179 (70.31% from 255) = 45.78%

 BLUE value IS 40 (16.02% from 255) = 10.23%

R = 43.99%
G = 45.78%
B = 10.23%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#ACB328 (or 0xACB328) is known color: Bahia. HEX triplet: AC, B3 and 28. RGB value is (172,179,40). Sum of RGB (Red+Green+Blue) = 172+179+40=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 179 (70.31% from 255 or 45.78% from 391); Blue value is 40 (16.02% from 255 or 10.23% from 391); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB328 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB328 is #534CD7. Grayscale: #A1A1A1. Windows color (decimal): -5459160 or 2667436. OLE color: 2667436.

HSL color Cylindrical-coordinate representation of color #ACB328: hue angle of 63.02º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ACB328 is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 179 40 -
CMYK 0.04 0 0.78 0.30
HSL 63.02º 0.63% 0.43% -
HSV(B) 63.02º 0.78% 0.7% -
XYZ 33.52 41.16 8.19 -
YUV 161.06 59.68 135.8 -
System Red Green Blue C M Y K H S L
Decimal 172 179 40 0.04 0 0.78 0.30 63.02 0.63 0.43
Hex AC B3 28 4 0 4E 1E 3F 3F 2B
Octal 254 263 50 4 0 116 36 77 77 53
Binary 10101100 10110011 101000 100 0 1001110 11110 111111 111111 101011

Color Harmonies of #ACB328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB328

Black with #ACB328

Text Example


Text Example

White with #ACB328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB328; }

 p { color: rgb(172,179,40); }

 H1.HeaderClassName
 {
   color: #ACB328;
 }
 .AnyTagClassName
 {
   color: #ACB328;
 }
</style>

background-color css

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

 a { background-color: rgb(172,179,40); }

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

border-color css

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

 span { border-color: rgb(172,179,40); }

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