Html Css Color HEX #ACB326 Bahia

📋 copy color: '#ACB326'

red 172 ◦ green 179 ◦ blue 38

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

Shades of Bahia #ACB326

Tints of Bahia #ACB326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.77%

R = 44.22%
G = 46.02%
B = 9.77%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#ACB326 (or 0xACB326) is known color: Bahia. HEX triplet: AC, B3 and 26. RGB value is (172,179,38). Sum of RGB (Red+Green+Blue) = 172+179+38=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 179 (70.31% from 255 or 46.02% from 389); Blue value is 38 (15.23% from 255 or 9.77% from 389); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB326 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB326 is #534CD9. Grayscale: #A1A1A1. Windows color (decimal): -5459162 or 2536364. OLE color: 2536364.

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

Color convert

RGB 172 179 38 -
CMYK 0.04 0 0.79 0.30
HSL 62.98º 0.65% 0.43% -
HSV(B) 62.98º 0.79% 0.7% -
XYZ 33.48 41.15 8.01 -
YUV 160.83 58.68 135.96 -
System Red Green Blue C M Y K H S L
Decimal 172 179 38 0.04 0 0.79 0.30 62.98 0.65 0.43
Hex AC B3 26 4 0 4F 1E 3F 41 2B
Octal 254 263 46 4 0 117 36 77 101 53
Binary 10101100 10110011 100110 100 0 1001111 11110 111111 1000001 101011

Color Harmonies of #ACB326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB326

Black with #ACB326

Text Example


Text Example

White with #ACB326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB326; }

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

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

background-color css

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

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

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

border-color css

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

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

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