Html Css Color HEX #ACB633 Bahia

📋 copy color: '#ACB633'

red 172 ◦ green 182 ◦ blue 51

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

Shades of Bahia #ACB633

Tints of Bahia #ACB633

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.94%

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

R = 42.47%
G = 44.94%
B = 12.59%

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

#ACB633 (or 0xACB633) is known color: Bahia. HEX triplet: AC, B6 and 33. RGB value is (172,182,51). Sum of RGB (Red+Green+Blue) = 172+182+51=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 182 (71.48% from 255 or 44.94% from 405); Blue value is 51 (20.31% from 255 or 12.59% from 405); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB633 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB633 is #5349CC. Grayscale: #A4A4A4. Windows color (decimal): -5458381 or 3389100. OLE color: 3389100.

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

Color convert

RGB 172 182 51 -
CMYK 0.05 0 0.72 0.29
HSL 64.58º 0.56% 0.46% -
HSV(B) 64.58º 0.72% 0.71% -
XYZ 34.34 42.47 9.52 -
YUV 164.08 64.19 133.65 -
System Red Green Blue C M Y K H S L
Decimal 172 182 51 0.05 0 0.72 0.29 64.58 0.56 0.46
Hex AC B6 33 5 0 48 1D 41 38 2E
Octal 254 266 63 5 0 110 35 101 70 56
Binary 10101100 10110110 110011 101 0 1001000 11101 1000001 111000 101110

Color Harmonies of #ACB633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB633

Black with #ACB633

Text Example


Text Example

White with #ACB633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB633; }

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

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

background-color css

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

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

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

border-color css

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

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

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