Html Css Color HEX #ACB732 Bahia

📋 copy color: '#ACB732'

red 172 ◦ green 183 ◦ blue 50

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

Shades of Bahia #ACB732

Tints of Bahia #ACB732

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.19%

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

R = 42.47%
G = 45.19%
B = 12.35%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#ACB732 (or 0xACB732) is known color: Bahia. HEX triplet: AC, B7 and 32. RGB value is (172,183,50). Sum of RGB (Red+Green+Blue) = 172+183+50=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 183 (71.88% from 255 or 45.19% from 405); Blue value is 50 (19.92% from 255 or 12.35% from 405); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB732 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB732 is #5348CD. Grayscale: #A5A5A5. Windows color (decimal): -5458126 or 3323820. OLE color: 3323820.

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

Color convert

RGB 172 183 50 -
CMYK 0.06 0 0.73 0.28
HSL 64.96º 0.57% 0.46% -
HSV(B) 64.96º 0.73% 0.72% -
XYZ 34.52 42.87 9.47 -
YUV 164.55 63.36 133.31 -
System Red Green Blue C M Y K H S L
Decimal 172 183 50 0.06 0 0.73 0.28 64.96 0.57 0.46
Hex AC B7 32 6 0 49 1C 41 39 2E
Octal 254 267 62 6 0 111 34 101 71 56
Binary 10101100 10110111 110010 110 0 1001001 11100 1000001 111001 101110

Color Harmonies of #ACB732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB732

Black with #ACB732

Text Example


Text Example

White with #ACB732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB732; }

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

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

background-color css

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

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

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

border-color css

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

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

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