Html Css Color HEX #ACB225 Bahia

📋 copy color: '#ACB225'

red 172 ◦ green 178 ◦ blue 37

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

Shades of Bahia #ACB225

Tints of Bahia #ACB225

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.99%

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

R = 44.44%
G = 45.99%
B = 9.56%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#ACB225 (or 0xACB225) is known color: Bahia. HEX triplet: AC, B2 and 25. RGB value is (172,178,37). Sum of RGB (Red+Green+Blue) = 172+178+37=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 178 (69.92% from 255 or 45.99% from 387); Blue value is 37 (14.84% from 255 or 9.56% from 387); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB225 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB225 is #534DDA. Grayscale: #A0A0A0. Windows color (decimal): -5459419 or 2470572. OLE color: 2470572.

HSL color Cylindrical-coordinate representation of color #ACB225: hue angle of 62.55º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ACB225 is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 178 37 -
CMYK 0.03 0 0.79 0.30
HSL 62.55º 0.66% 0.42% -
HSV(B) 62.55º 0.79% 0.7% -
XYZ 33.27 40.75 7.86 -
YUV 160.13 58.51 136.46 -
System Red Green Blue C M Y K H S L
Decimal 172 178 37 0.03 0 0.79 0.30 62.55 0.66 0.42
Hex AC B2 25 3 0 4F 1E 3F 42 2A
Octal 254 262 45 3 0 117 36 77 102 52
Binary 10101100 10110010 100101 11 0 1001111 11110 111111 1000010 101010

Color Harmonies of #ACB225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB225

Black with #ACB225

Text Example


Text Example

White with #ACB225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB225; }

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

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

background-color css

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

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

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

border-color css

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

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

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