Html Css Color HEX #ACB624 Bahia

📋 copy color: '#ACB624'

red 172 ◦ green 182 ◦ blue 36

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

Shades of Bahia #ACB624

Tints of Bahia #ACB624

RGB

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

 GREEN value IS 182 (71.48% from 255) = 46.67%

 BLUE value IS 36 (14.45% from 255) = 9.23%

R = 44.1%
G = 46.67%
B = 9.23%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#ACB624 (or 0xACB624) is known color: Bahia. HEX triplet: AC, B6 and 24. RGB value is (172,182,36). Sum of RGB (Red+Green+Blue) = 172+182+36=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 182 (71.48% from 255 or 46.67% from 390); Blue value is 36 (14.45% from 255 or 9.23% from 390); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB624 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB624 is #5349DB. Grayscale: #A2A2A2. Windows color (decimal): -5458396 or 2406060. OLE color: 2406060.

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

Color convert

RGB 172 182 36 -
CMYK 0.05 0 0.80 0.29
HSL 64.11º 0.67% 0.43% -
HSV(B) 64.11º 0.8% 0.71% -
XYZ 34.06 42.35 8.05 -
YUV 162.37 56.69 134.87 -
System Red Green Blue C M Y K H S L
Decimal 172 182 36 0.05 0 0.80 0.29 64.11 0.67 0.43
Hex AC B6 24 5 0 50 1D 40 43 2B
Octal 254 266 44 5 0 120 35 100 103 53
Binary 10101100 10110110 100100 101 0 1010000 11101 1000000 1000011 101011

Color Harmonies of #ACB624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB624

Black with #ACB624

Text Example


Text Example

White with #ACB624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB624; }

 p { color: rgb(172,182,36); }

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

background-color css

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

 a { background-color: rgb(172,182,36); }

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

border-color css

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

 span { border-color: rgb(172,182,36); }

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