Html Css Color HEX #ACB384 Bud

📋 copy color: '#ACB384'

red 172 ◦ green 179 ◦ blue 132

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

Shades of Bud #ACB384

Tints of Bud #ACB384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.33%

R = 35.61%
G = 37.06%
B = 27.33%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#ACB384 (or 0xACB384) is known color: Bud. HEX triplet: AC, B3 and 84. RGB value is (172,179,132). Sum of RGB (Red+Green+Blue) = 172+179+132=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 179 (70.31% from 255 or 37.06% from 483); Blue value is 132 (51.95% from 255 or 27.33% from 483); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB384 is #534C7B. Grayscale: #ABABAB. Windows color (decimal): -5459068 or 8696748. OLE color: 8696748.

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

Color convert

RGB 172 179 132 -
CMYK 0.04 0 0.26 0.30
HSL 68.94º 0.24% 0.61% -
HSV(B) 68.94º 0.26% 0.7% -
XYZ 37.3 42.68 28.1 -
YUV 171.55 105.68 128.32 -
System Red Green Blue C M Y K H S L
Decimal 172 179 132 0.04 0 0.26 0.30 68.94 0.24 0.61
Hex AC B3 84 4 0 1A 1E 45 18 3D
Octal 254 263 204 4 0 32 36 105 30 75
Binary 10101100 10110011 10000100 100 0 11010 11110 1000101 11000 111101

Color Harmonies of #ACB384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB384

Black with #ACB384

Text Example


Text Example

White with #ACB384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB384; }

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

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

background-color css

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

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

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

border-color css

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

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

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