Html Css Color HEX #ACB228 Bahia

📋 copy color: '#ACB228'

red 172 ◦ green 178 ◦ blue 40

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

Shades of Bahia #ACB228

Tints of Bahia #ACB228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.26%

R = 44.1%
G = 45.64%
B = 10.26%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#ACB228 (or 0xACB228) is known color: Bahia. HEX triplet: AC, B2 and 28. RGB value is (172,178,40). Sum of RGB (Red+Green+Blue) = 172+178+40=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 178 (69.92% from 255 or 45.64% from 390); Blue value is 40 (16.02% from 255 or 10.26% from 390); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB228 is #534DD7. Grayscale: #A1A1A1. Windows color (decimal): -5459416 or 2667180. OLE color: 2667180.

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

Color convert

RGB 172 178 40 -
CMYK 0.03 0 0.78 0.30
HSL 62.61º 0.63% 0.43% -
HSV(B) 62.61º 0.78% 0.7% -
XYZ 33.32 40.76 8.12 -
YUV 160.47 60.01 136.22 -
System Red Green Blue C M Y K H S L
Decimal 172 178 40 0.03 0 0.78 0.30 62.61 0.63 0.43
Hex AC B2 28 3 0 4E 1E 3F 3F 2B
Octal 254 262 50 3 0 116 36 77 77 53
Binary 10101100 10110010 101000 11 0 1001110 11110 111111 111111 101011

Color Harmonies of #ACB228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB228

Black with #ACB228

Text Example


Text Example

White with #ACB228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB228; }

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

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

background-color css

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

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

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

border-color css

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

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

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