Html Css Color HEX #ACB930 Bahia

📋 copy color: '#ACB930'

red 172 ◦ green 185 ◦ blue 48

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

Shades of Bahia #ACB930

Tints of Bahia #ACB930

RGB

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

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

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

R = 42.47%
G = 45.68%
B = 11.85%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#ACB930 (or 0xACB930) is known color: Bahia. HEX triplet: AC, B9 and 30. RGB value is (172,185,48). Sum of RGB (Red+Green+Blue) = 172+185+48=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 185 (72.66% from 255 or 45.68% from 405); Blue value is 48 (19.14% from 255 or 11.85% from 405); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB930 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB930 is #5346CF. Grayscale: #A6A6A6. Windows color (decimal): -5457616 or 3193260. OLE color: 3193260.

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

Color convert

RGB 172 185 48 -
CMYK 0.07 0 0.74 0.27
HSL 65.69º 0.59% 0.46% -
HSV(B) 65.69º 0.74% 0.73% -
XYZ 34.9 43.68 9.39 -
YUV 165.5 61.69 132.64 -
System Red Green Blue C M Y K H S L
Decimal 172 185 48 0.07 0 0.74 0.27 65.69 0.59 0.46
Hex AC B9 30 7 0 4A 1B 42 3B 2E
Octal 254 271 60 7 0 112 33 102 73 56
Binary 10101100 10111001 110000 111 0 1001010 11011 1000010 111011 101110

Color Harmonies of #ACB930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB930

Black with #ACB930

Text Example


Text Example

White with #ACB930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB930; }

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

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

background-color css

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

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

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

border-color css

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

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

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