Html Css Color HEX #ACB833 Bahia

📋 copy color: '#ACB833'

red 172 ◦ green 184 ◦ blue 51

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

Shades of Bahia #ACB833

Tints of Bahia #ACB833

RGB

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

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

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

R = 42.26%
G = 45.21%
B = 12.53%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#ACB833 (or 0xACB833) is known color: Bahia. HEX triplet: AC, B8 and 33. RGB value is (172,184,51). Sum of RGB (Red+Green+Blue) = 172+184+51=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 184 (72.27% from 255 or 45.21% from 407); Blue value is 51 (20.31% from 255 or 12.53% from 407); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB833 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB833 is #5347CC. Grayscale: #A5A5A5. Windows color (decimal): -5457869 or 3389612. OLE color: 3389612.

HSL color Cylindrical-coordinate representation of color #ACB833: hue angle of 65.41º degrees, saturation: 0.57, 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 #ACB833 is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 184 51 -
CMYK 0.07 0 0.72 0.28
HSL 65.41º 0.57% 0.46% -
HSV(B) 65.41º 0.72% 0.72% -
XYZ 34.75 43.29 9.66 -
YUV 165.25 63.52 132.81 -
System Red Green Blue C M Y K H S L
Decimal 172 184 51 0.07 0 0.72 0.28 65.41 0.57 0.46
Hex AC B8 33 7 0 48 1C 41 39 2E
Octal 254 270 63 7 0 110 34 101 71 56
Binary 10101100 10111000 110011 111 0 1001000 11100 1000001 111001 101110

Color Harmonies of #ACB833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB833

Black with #ACB833

Text Example


Text Example

White with #ACB833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB833; }

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

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

background-color css

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

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

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

border-color css

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

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

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