Html Css Color HEX #ACB928 Bahia

📋 copy color: '#ACB928'

red 172 ◦ green 185 ◦ blue 40

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

Shades of Bahia #ACB928

Tints of Bahia #ACB928

RGB

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

 GREEN value IS 185 (72.66% from 255) = 46.6%

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

R = 43.32%
G = 46.6%
B = 10.08%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#ACB928 (or 0xACB928) is known color: Bahia. HEX triplet: AC, B9 and 28. RGB value is (172,185,40). Sum of RGB (Red+Green+Blue) = 172+185+40=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 185 (72.66% from 255 or 46.60% from 397); Blue value is 40 (16.02% from 255 or 10.08% from 397); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB928 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB928 is #5346D7. Grayscale: #A5A5A5. Windows color (decimal): -5457624 or 2668972. OLE color: 2668972.

HSL color Cylindrical-coordinate representation of color #ACB928: hue angle of 65.38º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ACB928 is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 185 40 -
CMYK 0.07 0 0.78 0.27
HSL 65.38º 0.64% 0.44% -
HSV(B) 65.38º 0.78% 0.73% -
XYZ 34.75 43.62 8.6 -
YUV 164.58 57.69 133.29 -
System Red Green Blue C M Y K H S L
Decimal 172 185 40 0.07 0 0.78 0.27 65.38 0.64 0.44
Hex AC B9 28 7 0 4E 1B 41 40 2C
Octal 254 271 50 7 0 116 33 101 100 54
Binary 10101100 10111001 101000 111 0 1001110 11011 1000001 1000000 101100

Color Harmonies of #ACB928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB928

Black with #ACB928

Text Example


Text Example

White with #ACB928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB928; }

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

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

background-color css

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

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

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

border-color css

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

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

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