Html Css Color HEX #ACB826 Bahia

📋 copy color: '#ACB826'

red 172 ◦ green 184 ◦ blue 38

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

Shades of Bahia #ACB826

Tints of Bahia #ACB826

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.7%

 BLUE value IS 38 (15.23% from 255) = 9.64%

R = 43.65%
G = 46.7%
B = 9.64%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#ACB826 (or 0xACB826) is known color: Bahia. HEX triplet: AC, B8 and 26. RGB value is (172,184,38). Sum of RGB (Red+Green+Blue) = 172+184+38=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 184 (72.27% from 255 or 46.70% from 394); Blue value is 38 (15.23% from 255 or 9.64% from 394); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB826 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB826 is #5347D9. Grayscale: #A4A4A4. Windows color (decimal): -5457882 or 2537644. OLE color: 2537644.

HSL color Cylindrical-coordinate representation of color #ACB826: hue angle of 64.93º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ACB826 is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 184 38 -
CMYK 0.07 0 0.79 0.28
HSL 64.93º 0.66% 0.44% -
HSV(B) 64.93º 0.79% 0.72% -
XYZ 34.5 43.19 8.35 -
YUV 163.77 57.02 133.87 -
System Red Green Blue C M Y K H S L
Decimal 172 184 38 0.07 0 0.79 0.28 64.93 0.66 0.44
Hex AC B8 26 7 0 4F 1C 41 42 2C
Octal 254 270 46 7 0 117 34 101 102 54
Binary 10101100 10111000 100110 111 0 1001111 11100 1000001 1000010 101100

Color Harmonies of #ACB826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB826

Black with #ACB826

Text Example


Text Example

White with #ACB826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB826; }

 p { color: rgb(172,184,38); }

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

background-color css

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

 a { background-color: rgb(172,184,38); }

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

border-color css

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

 span { border-color: rgb(172,184,38); }

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