Html Css Color HEX #ACB32C Bahia

📋 copy color: '#ACB32C'

red 172 ◦ green 179 ◦ blue 44

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

Shades of Bahia #ACB32C

Tints of Bahia #ACB32C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.32%

 BLUE value IS 44 (17.58% from 255) = 11.14%

R = 43.54%
G = 45.32%
B = 11.14%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#ACB32C (or 0xACB32C) is known color: Bahia. HEX triplet: AC, B3 and 2C. RGB value is (172,179,44). Sum of RGB (Red+Green+Blue) = 172+179+44=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 179 (70.31% from 255 or 45.32% from 395); Blue value is 44 (17.58% from 255 or 11.14% from 395); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB32C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB32C is #534CD3. Grayscale: #A2A2A2. Windows color (decimal): -5459156 or 2929580. OLE color: 2929580.

HSL color Cylindrical-coordinate representation of color #ACB32C: hue angle of 63.11º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ACB32C is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 179 44 -
CMYK 0.04 0 0.75 0.30
HSL 63.11º 0.61% 0.44% -
HSV(B) 63.11º 0.75% 0.7% -
XYZ 33.59 41.19 8.56 -
YUV 161.52 61.68 135.48 -
System Red Green Blue C M Y K H S L
Decimal 172 179 44 0.04 0 0.75 0.30 63.11 0.61 0.44
Hex AC B3 2C 4 0 4B 1E 3F 3D 2C
Octal 254 263 54 4 0 113 36 77 75 54
Binary 10101100 10110011 101100 100 0 1001011 11110 111111 111101 101100

Color Harmonies of #ACB32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB32C

Black with #ACB32C

Text Example


Text Example

White with #ACB32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB32C; }

 p { color: rgb(172,179,44); }

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

background-color css

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

 a { background-color: rgb(172,179,44); }

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

border-color css

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

 span { border-color: rgb(172,179,44); }

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