Html Css Color HEX #ACB933 Bahia

📋 copy color: '#ACB933'

red 172 ◦ green 185 ◦ blue 51

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

Shades of Bahia #ACB933

Tints of Bahia #ACB933

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.34%

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

R = 42.16%
G = 45.34%
B = 12.5%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#ACB933 (or 0xACB933) is known color: Bahia. HEX triplet: AC, B9 and 33. RGB value is (172,185,51). Sum of RGB (Red+Green+Blue) = 172+185+51=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 185 (72.66% from 255 or 45.34% from 408); Blue value is 51 (20.31% from 255 or 12.5% from 408); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB933 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB933 is #5346CC. Grayscale: #A6A6A6. Windows color (decimal): -5457613 or 3389868. OLE color: 3389868.

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

Color convert

RGB 172 185 51 -
CMYK 0.07 0 0.72 0.27
HSL 65.82º 0.57% 0.46% -
HSV(B) 65.82º 0.72% 0.73% -
XYZ 34.96 43.71 9.73 -
YUV 165.84 63.19 132.4 -
System Red Green Blue C M Y K H S L
Decimal 172 185 51 0.07 0 0.72 0.27 65.82 0.57 0.46
Hex AC B9 33 7 0 48 1B 42 39 2E
Octal 254 271 63 7 0 110 33 102 71 56
Binary 10101100 10111001 110011 111 0 1001000 11011 1000010 111001 101110

Color Harmonies of #ACB933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB933

Black with #ACB933

Text Example


Text Example

White with #ACB933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB933; }

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

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

background-color css

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

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

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

border-color css

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

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

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