Html Css Color HEX #ACB323 Bahia

📋 copy color: '#ACB323'

red 172 ◦ green 179 ◦ blue 35

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

Shades of Bahia #ACB323

Tints of Bahia #ACB323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.07%

R = 44.56%
G = 46.37%
B = 9.07%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#ACB323 (or 0xACB323) is known color: Bahia. HEX triplet: AC, B3 and 23. RGB value is (172,179,35). Sum of RGB (Red+Green+Blue) = 172+179+35=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 179 (70.31% from 255 or 46.37% from 386); Blue value is 35 (14.06% from 255 or 9.07% from 386); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB323 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB323 is #534CDC. Grayscale: #A1A1A1. Windows color (decimal): -5459165 or 2339756. OLE color: 2339756.

HSL color Cylindrical-coordinate representation of color #ACB323: hue angle of 62.92º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ACB323 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 179 35 -
CMYK 0.04 0 0.80 0.30
HSL 62.92º 0.67% 0.42% -
HSV(B) 62.92º 0.8% 0.7% -
XYZ 33.44 41.13 7.77 -
YUV 160.49 57.18 136.21 -
System Red Green Blue C M Y K H S L
Decimal 172 179 35 0.04 0 0.80 0.30 62.92 0.67 0.42
Hex AC B3 23 4 0 50 1E 3F 43 2A
Octal 254 263 43 4 0 120 36 77 103 52
Binary 10101100 10110011 100011 100 0 1010000 11110 111111 1000011 101010

Color Harmonies of #ACB323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB323

Black with #ACB323

Text Example


Text Example

White with #ACB323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB323; }

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

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

background-color css

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

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

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

border-color css

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

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

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