Html Css Color HEX #ACB733 Bahia

📋 copy color: '#ACB733'

red 172 ◦ green 183 ◦ blue 51

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

Shades of Bahia #ACB733

Tints of Bahia #ACB733

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.07%

 BLUE value IS 51 (20.31% from 255) = 12.56%

R = 42.36%
G = 45.07%
B = 12.56%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#ACB733 (or 0xACB733) is known color: Bahia. HEX triplet: AC, B7 and 33. RGB value is (172,183,51). Sum of RGB (Red+Green+Blue) = 172+183+51=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 183 (71.88% from 255 or 45.07% from 406); Blue value is 51 (20.31% from 255 or 12.56% from 406); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB733 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB733 is #5348CC. Grayscale: #A5A5A5. Windows color (decimal): -5458125 or 3389356. OLE color: 3389356.

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

Color convert

RGB 172 183 51 -
CMYK 0.06 0 0.72 0.28
HSL 65º 0.56% 0.46% -
HSV(B) 65º 0.72% 0.72% -
XYZ 34.54 42.88 9.59 -
YUV 164.66 63.86 133.23 -
System Red Green Blue C M Y K H S L
Decimal 172 183 51 0.06 0 0.72 0.28 65 0.56 0.46
Hex AC B7 33 6 0 48 1C 41 38 2E
Octal 254 267 63 6 0 110 34 101 70 56
Binary 10101100 10110111 110011 110 0 1001000 11100 1000001 111000 101110

Color Harmonies of #ACB733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB733

Black with #ACB733

Text Example


Text Example

White with #ACB733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB733; }

 p { color: rgb(172,183,51); }

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

background-color css

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

 a { background-color: rgb(172,183,51); }

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

border-color css

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

 span { border-color: rgb(172,183,51); }

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