Html Css Color HEX #ACB226 Bahia

📋 copy color: '#ACB226'

red 172 ◦ green 178 ◦ blue 38

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

Shades of Bahia #ACB226

Tints of Bahia #ACB226

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.88%

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

R = 44.33%
G = 45.88%
B = 9.79%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#ACB226 (or 0xACB226) is known color: Bahia. HEX triplet: AC, B2 and 26. RGB value is (172,178,38). Sum of RGB (Red+Green+Blue) = 172+178+38=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 178 (69.92% from 255 or 45.88% from 388); Blue value is 38 (15.23% from 255 or 9.79% from 388); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB226 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB226 is #534DD9. Grayscale: #A0A0A0. Windows color (decimal): -5459418 or 2536108. OLE color: 2536108.

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

Color convert

RGB 172 178 38 -
CMYK 0.03 0 0.79 0.30
HSL 62.57º 0.65% 0.42% -
HSV(B) 62.57º 0.79% 0.7% -
XYZ 33.28 40.75 7.95 -
YUV 160.25 59.01 136.38 -
System Red Green Blue C M Y K H S L
Decimal 172 178 38 0.03 0 0.79 0.30 62.57 0.65 0.42
Hex AC B2 26 3 0 4F 1E 3F 41 2A
Octal 254 262 46 3 0 117 36 77 101 52
Binary 10101100 10110010 100110 11 0 1001111 11110 111111 1000001 101010

Color Harmonies of #ACB226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB226

Black with #ACB226

Text Example


Text Example

White with #ACB226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB226; }

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

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

background-color css

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

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

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

border-color css

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

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

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