Html Css Color HEX #ACB32F Bahia

📋 copy color: '#ACB32F'

red 172 ◦ green 179 ◦ blue 47

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

Shades of Bahia #ACB32F

Tints of Bahia #ACB32F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.81%

R = 43.22%
G = 44.97%
B = 11.81%

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

#ACB32F (or 0xACB32F) is known color: Bahia. HEX triplet: AC, B3 and 2F. RGB value is (172,179,47). Sum of RGB (Red+Green+Blue) = 172+179+47=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 179 (70.31% from 255 or 44.97% from 398); Blue value is 47 (18.75% from 255 or 11.81% from 398); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB32F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB32F is #534CD0. Grayscale: #A2A2A2. Windows color (decimal): -5459153 or 3126188. OLE color: 3126188.

HSL color Cylindrical-coordinate representation of color #ACB32F: hue angle of 63.18º degrees, saturation: 0.58, 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 #ACB32F is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 179 47 -
CMYK 0.04 0 0.74 0.30
HSL 63.18º 0.58% 0.44% -
HSV(B) 63.18º 0.74% 0.7% -
XYZ 33.65 41.22 8.87 -
YUV 161.86 63.18 135.23 -
System Red Green Blue C M Y K H S L
Decimal 172 179 47 0.04 0 0.74 0.30 63.18 0.58 0.44
Hex AC B3 2F 4 0 4A 1E 3F 3A 2C
Octal 254 263 57 4 0 112 36 77 72 54
Binary 10101100 10110011 101111 100 0 1001010 11110 111111 111010 101100

Color Harmonies of #ACB32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB32F

Black with #ACB32F

Text Example


Text Example

White with #ACB32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB32F; }

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

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

background-color css

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

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

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

border-color css

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

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

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