Html Css Color HEX #ACB730 Bahia

📋 copy color: '#ACB730'

red 172 ◦ green 183 ◦ blue 48

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

Shades of Bahia #ACB730

Tints of Bahia #ACB730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.91%

R = 42.68%
G = 45.41%
B = 11.91%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#ACB730 (or 0xACB730) is known color: Bahia. HEX triplet: AC, B7 and 30. RGB value is (172,183,48). Sum of RGB (Red+Green+Blue) = 172+183+48=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 183 (71.88% from 255 or 45.41% from 403); Blue value is 48 (19.14% from 255 or 11.91% from 403); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB730 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB730 is #5348CF. Grayscale: #A4A4A4. Windows color (decimal): -5458128 or 3192748. OLE color: 3192748.

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

Color convert

RGB 172 183 48 -
CMYK 0.06 0 0.74 0.28
HSL 64.89º 0.58% 0.45% -
HSV(B) 64.89º 0.74% 0.72% -
XYZ 34.48 42.85 9.25 -
YUV 164.32 62.36 133.48 -
System Red Green Blue C M Y K H S L
Decimal 172 183 48 0.06 0 0.74 0.28 64.89 0.58 0.45
Hex AC B7 30 6 0 4A 1C 41 3A 2D
Octal 254 267 60 6 0 112 34 101 72 55
Binary 10101100 10110111 110000 110 0 1001010 11100 1000001 111010 101101

Color Harmonies of #ACB730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB730

Black with #ACB730

Text Example


Text Example

White with #ACB730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB730; }

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

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

background-color css

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

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

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

border-color css

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

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

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