Html Css Color HEX #ACB533 Bahia

📋 copy color: '#ACB533'

red 172 ◦ green 181 ◦ blue 51

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

Shades of Bahia #ACB533

Tints of Bahia #ACB533

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.8%

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

R = 42.57%
G = 44.8%
B = 12.62%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#ACB533 (or 0xACB533) is known color: Bahia. HEX triplet: AC, B5 and 33. RGB value is (172,181,51). Sum of RGB (Red+Green+Blue) = 172+181+51=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 181 (71.09% from 255 or 44.80% from 404); Blue value is 51 (20.31% from 255 or 12.62% from 404); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB533 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB533 is #534ACC. Grayscale: #A4A4A4. Windows color (decimal): -5458637 or 3388844. OLE color: 3388844.

HSL color Cylindrical-coordinate representation of color #ACB533: hue angle of 64.15º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ACB533 is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 181 51 -
CMYK 0.05 0 0.72 0.29
HSL 64.15º 0.56% 0.45% -
HSV(B) 64.15º 0.72% 0.71% -
XYZ 34.13 42.06 9.45 -
YUV 163.49 64.52 134.07 -
System Red Green Blue C M Y K H S L
Decimal 172 181 51 0.05 0 0.72 0.29 64.15 0.56 0.45
Hex AC B5 33 5 0 48 1D 40 38 2D
Octal 254 265 63 5 0 110 35 100 70 55
Binary 10101100 10110101 110011 101 0 1001000 11101 1000000 111000 101101

Color Harmonies of #ACB533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB533

Black with #ACB533

Text Example


Text Example

White with #ACB533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB533; }

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

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

background-color css

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

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

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

border-color css

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

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

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