Html Css Color HEX #ACB32E Bahia

📋 copy color: '#ACB32E'

red 172 ◦ green 179 ◦ blue 46

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

Shades of Bahia #ACB32E

Tints of Bahia #ACB32E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.59%

R = 43.32%
G = 45.09%
B = 11.59%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#ACB32E (or 0xACB32E) is known color: Bahia. HEX triplet: AC, B3 and 2E. RGB value is (172,179,46). Sum of RGB (Red+Green+Blue) = 172+179+46=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 179 (70.31% from 255 or 45.09% from 397); Blue value is 46 (18.36% from 255 or 11.59% from 397); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB32E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB32E is #534CD1. Grayscale: #A2A2A2. Windows color (decimal): -5459154 or 3060652. OLE color: 3060652.

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

Color convert

RGB 172 179 46 -
CMYK 0.04 0 0.74 0.30
HSL 63.16º 0.59% 0.44% -
HSV(B) 63.16º 0.74% 0.7% -
XYZ 33.63 41.21 8.77 -
YUV 161.75 62.68 135.31 -
System Red Green Blue C M Y K H S L
Decimal 172 179 46 0.04 0 0.74 0.30 63.16 0.59 0.44
Hex AC B3 2E 4 0 4A 1E 3F 3B 2C
Octal 254 263 56 4 0 112 36 77 73 54
Binary 10101100 10110011 101110 100 0 1001010 11110 111111 111011 101100

Color Harmonies of #ACB32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB32E

Black with #ACB32E

Text Example


Text Example

White with #ACB32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB32E; }

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

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

background-color css

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

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

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

border-color css

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

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

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