Html Css Color HEX #ACB327 Bahia

📋 copy color: '#ACB327'

red 172 ◦ green 179 ◦ blue 39

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

Shades of Bahia #ACB327

Tints of Bahia #ACB327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10%

R = 44.1%
G = 45.9%
B = 10%

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

#ACB327 (or 0xACB327) is known color: Bahia. HEX triplet: AC, B3 and 27. RGB value is (172,179,39). Sum of RGB (Red+Green+Blue) = 172+179+39=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 179 (70.31% from 255 or 45.90% from 390); Blue value is 39 (15.62% from 255 or 10% from 390); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB327 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB327 is #534CD8. Grayscale: #A1A1A1. Windows color (decimal): -5459161 or 2601900. OLE color: 2601900.

HSL color Cylindrical-coordinate representation of color #ACB327: hue angle of 63º degrees, saturation: 0.64, 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 #ACB327 is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 179 39 -
CMYK 0.04 0 0.78 0.30
HSL 63º 0.64% 0.43% -
HSV(B) 63º 0.78% 0.7% -
XYZ 33.5 41.16 8.1 -
YUV 160.95 59.18 135.88 -
System Red Green Blue C M Y K H S L
Decimal 172 179 39 0.04 0 0.78 0.30 63 0.64 0.43
Hex AC B3 27 4 0 4E 1E 3F 40 2B
Octal 254 263 47 4 0 116 36 77 100 53
Binary 10101100 10110011 100111 100 0 1001110 11110 111111 1000000 101011

Color Harmonies of #ACB327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB327

Black with #ACB327

Text Example


Text Example

White with #ACB327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB327; }

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

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

background-color css

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

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

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

border-color css

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

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

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