Html Css Color HEX #ACB932 Bahia

📋 copy color: '#ACB932'

red 172 ◦ green 185 ◦ blue 50

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

Shades of Bahia #ACB932

Tints of Bahia #ACB932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.29%

R = 42.26%
G = 45.45%
B = 12.29%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#ACB932 (or 0xACB932) is known color: Bahia. HEX triplet: AC, B9 and 32. RGB value is (172,185,50). Sum of RGB (Red+Green+Blue) = 172+185+50=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 185 (72.66% from 255 or 45.45% from 407); Blue value is 50 (19.92% from 255 or 12.29% from 407); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB932 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB932 is #5346CD. Grayscale: #A6A6A6. Windows color (decimal): -5457614 or 3324332. OLE color: 3324332.

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

Color convert

RGB 172 185 50 -
CMYK 0.07 0 0.73 0.27
HSL 65.78º 0.57% 0.46% -
HSV(B) 65.78º 0.73% 0.73% -
XYZ 34.94 43.7 9.61 -
YUV 165.72 62.69 132.48 -
System Red Green Blue C M Y K H S L
Decimal 172 185 50 0.07 0 0.73 0.27 65.78 0.57 0.46
Hex AC B9 32 7 0 49 1B 42 39 2E
Octal 254 271 62 7 0 111 33 102 71 56
Binary 10101100 10111001 110010 111 0 1001001 11011 1000010 111001 101110

Color Harmonies of #ACB932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB932

Black with #ACB932

Text Example


Text Example

White with #ACB932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB932; }

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

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

background-color css

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

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

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

border-color css

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

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

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