Html Css Color HEX #ACB923 Bahia

📋 copy color: '#ACB923'

red 172 ◦ green 185 ◦ blue 35

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

Shades of Bahia #ACB923

Tints of Bahia #ACB923

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.93%

R = 43.88%
G = 47.19%
B = 8.93%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#ACB923 (or 0xACB923) is known color: Bahia. HEX triplet: AC, B9 and 23. RGB value is (172,185,35). Sum of RGB (Red+Green+Blue) = 172+185+35=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 185 (72.66% from 255 or 47.19% from 392); Blue value is 35 (14.06% from 255 or 8.93% from 392); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB923 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB923 is #5346DC. Grayscale: #A4A4A4. Windows color (decimal): -5457629 or 2341292. OLE color: 2341292.

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

Color convert

RGB 172 185 35 -
CMYK 0.07 0 0.81 0.27
HSL 65.2º 0.68% 0.43% -
HSV(B) 65.2º 0.81% 0.73% -
XYZ 34.67 43.59 8.18 -
YUV 164.01 55.19 133.7 -
System Red Green Blue C M Y K H S L
Decimal 172 185 35 0.07 0 0.81 0.27 65.2 0.68 0.43
Hex AC B9 23 7 0 51 1B 41 44 2B
Octal 254 271 43 7 0 121 33 101 104 53
Binary 10101100 10111001 100011 111 0 1010001 11011 1000001 1000100 101011

Color Harmonies of #ACB923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB923

Black with #ACB923

Text Example


Text Example

White with #ACB923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB923; }

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

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

background-color css

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

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

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

border-color css

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

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

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