Html Css Color HEX #ACB423 Bahia

📋 copy color: '#ACB423'

red 172 ◦ green 180 ◦ blue 35

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

Shades of Bahia #ACB423

Tints of Bahia #ACB423

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.51%

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

R = 44.44%
G = 46.51%
B = 9.04%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#ACB423 (or 0xACB423) is known color: Bahia. HEX triplet: AC, B4 and 23. RGB value is (172,180,35). Sum of RGB (Red+Green+Blue) = 172+180+35=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 180 (70.70% from 255 or 46.51% from 387); Blue value is 35 (14.06% from 255 or 9.04% from 387); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB423 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB423 is #534BDC. Grayscale: #A1A1A1. Windows color (decimal): -5458909 or 2340012. OLE color: 2340012.

HSL color Cylindrical-coordinate representation of color #ACB423: hue angle of 63.31º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ACB423 is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 180 35 -
CMYK 0.04 0 0.81 0.29
HSL 63.31º 0.67% 0.42% -
HSV(B) 63.31º 0.81% 0.71% -
XYZ 33.64 41.53 7.83 -
YUV 161.08 56.85 135.79 -
System Red Green Blue C M Y K H S L
Decimal 172 180 35 0.04 0 0.81 0.29 63.31 0.67 0.42
Hex AC B4 23 4 0 51 1D 3F 43 2A
Octal 254 264 43 4 0 121 35 77 103 52
Binary 10101100 10110100 100011 100 0 1010001 11101 111111 1000011 101010

Color Harmonies of #ACB423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB423

Black with #ACB423

Text Example


Text Example

White with #ACB423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB423; }

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

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

background-color css

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

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

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

border-color css

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

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

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