Html Css Color HEX #ACB825 Bahia

📋 copy color: '#ACB825'

red 172 ◦ green 184 ◦ blue 37

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

Shades of Bahia #ACB825

Tints of Bahia #ACB825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.41%

R = 43.77%
G = 46.82%
B = 9.41%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#ACB825 (or 0xACB825) is known color: Bahia. HEX triplet: AC, B8 and 25. RGB value is (172,184,37). Sum of RGB (Red+Green+Blue) = 172+184+37=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 184 (72.27% from 255 or 46.82% from 393); Blue value is 37 (14.84% from 255 or 9.41% from 393); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB825 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB825 is #5347DA. Grayscale: #A4A4A4. Windows color (decimal): -5457883 or 2472108. OLE color: 2472108.

HSL color Cylindrical-coordinate representation of color #ACB825: hue angle of 64.9º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ACB825 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 184 37 -
CMYK 0.07 0 0.80 0.28
HSL 64.9º 0.67% 0.43% -
HSV(B) 64.9º 0.8% 0.72% -
XYZ 34.49 43.19 8.27 -
YUV 163.65 56.52 133.95 -
System Red Green Blue C M Y K H S L
Decimal 172 184 37 0.07 0 0.80 0.28 64.9 0.67 0.43
Hex AC B8 25 7 0 50 1C 41 43 2B
Octal 254 270 45 7 0 120 34 101 103 53
Binary 10101100 10111000 100101 111 0 1010000 11100 1000001 1000011 101011

Color Harmonies of #ACB825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB825

Black with #ACB825

Text Example


Text Example

White with #ACB825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB825; }

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

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

background-color css

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

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

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

border-color css

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

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

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