Html Css Color HEX #ACB832 Bahia

📋 copy color: '#ACB832'

red 172 ◦ green 184 ◦ blue 50

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

Shades of Bahia #ACB832

Tints of Bahia #ACB832

RGB

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

 GREEN value IS 184 (72.27% from 255) = 45.32%

 BLUE value IS 50 (19.92% from 255) = 12.32%

R = 42.36%
G = 45.32%
B = 12.32%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#ACB832 (or 0xACB832) is known color: Bahia. HEX triplet: AC, B8 and 32. RGB value is (172,184,50). Sum of RGB (Red+Green+Blue) = 172+184+50=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 184 (72.27% from 255 or 45.32% from 406); Blue value is 50 (19.92% from 255 or 12.32% from 406); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB832 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB832 is #5347CD. Grayscale: #A5A5A5. Windows color (decimal): -5457870 or 3324076. OLE color: 3324076.

HSL color Cylindrical-coordinate representation of color #ACB832: hue angle of 65.37º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ACB832 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 184 50 -
CMYK 0.07 0 0.73 0.28
HSL 65.37º 0.57% 0.46% -
HSV(B) 65.37º 0.73% 0.72% -
XYZ 34.73 43.28 9.54 -
YUV 165.14 63.02 132.9 -
System Red Green Blue C M Y K H S L
Decimal 172 184 50 0.07 0 0.73 0.28 65.37 0.57 0.46
Hex AC B8 32 7 0 49 1C 41 39 2E
Octal 254 270 62 7 0 111 34 101 71 56
Binary 10101100 10111000 110010 111 0 1001001 11100 1000001 111001 101110

Color Harmonies of #ACB832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB832

Black with #ACB832

Text Example


Text Example

White with #ACB832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB832; }

 p { color: rgb(172,184,50); }

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

background-color css

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

 a { background-color: rgb(172,184,50); }

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

border-color css

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

 span { border-color: rgb(172,184,50); }

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