Html Css Color HEX #ACB426 Bahia

📋 copy color: '#ACB426'

red 172 ◦ green 180 ◦ blue 38

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

Shades of Bahia #ACB426

Tints of Bahia #ACB426

RGB

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

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

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

R = 44.1%
G = 46.15%
B = 9.74%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#ACB426 (or 0xACB426) is known color: Bahia. HEX triplet: AC, B4 and 26. RGB value is (172,180,38). Sum of RGB (Red+Green+Blue) = 172+180+38=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 180 (70.70% from 255 or 46.15% from 390); Blue value is 38 (15.23% from 255 or 9.74% from 390); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB426 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB426 is #534BD9. Grayscale: #A1A1A1. Windows color (decimal): -5458906 or 2536620. OLE color: 2536620.

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

Color convert

RGB 172 180 38 -
CMYK 0.04 0 0.79 0.29
HSL 63.38º 0.65% 0.43% -
HSV(B) 63.38º 0.79% 0.71% -
XYZ 33.68 41.55 8.08 -
YUV 161.42 58.35 135.55 -
System Red Green Blue C M Y K H S L
Decimal 172 180 38 0.04 0 0.79 0.29 63.38 0.65 0.43
Hex AC B4 26 4 0 4F 1D 3F 41 2B
Octal 254 264 46 4 0 117 35 77 101 53
Binary 10101100 10110100 100110 100 0 1001111 11101 111111 1000001 101011

Color Harmonies of #ACB426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB426

Black with #ACB426

Text Example


Text Example

White with #ACB426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB426; }

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

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

background-color css

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

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

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

border-color css

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

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

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