Html Css Color HEX #ACB291 Green Spring

📋 copy color: '#ACB291'

red 172 ◦ green 178 ◦ blue 145

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

Shades of Green Spring #ACB291

Tints of Green Spring #ACB291

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.96%

 BLUE value IS 145 (57.03% from 255) = 29.29%

R = 34.75%
G = 35.96%
B = 29.29%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#ACB291 (or 0xACB291) is known color: Green Spring. HEX triplet: AC, B2 and 91. RGB value is (172,178,145). Sum of RGB (Red+Green+Blue) = 172+178+145=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 178 (69.92% from 255 or 35.96% from 495); Blue value is 145 (57.03% from 255 or 29.29% from 495); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB291 is #534D6E. Grayscale: #ACACAC. Windows color (decimal): -5459311 or 9548460. OLE color: 9548460.

HSL color Cylindrical-coordinate representation of color #ACB291: hue angle of 70.91º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACB291 is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 178 145 -
CMYK 0.03 0 0.19 0.30
HSL 70.91º 0.18% 0.63% -
HSV(B) 70.91º 0.19% 0.7% -
XYZ 38.04 42.66 33.02 -
YUV 172.44 112.51 127.68 -
System Red Green Blue C M Y K H S L
Decimal 172 178 145 0.03 0 0.19 0.30 70.91 0.18 0.63
Hex AC B2 91 3 0 13 1E 47 12 3F
Octal 254 262 221 3 0 23 36 107 22 77
Binary 10101100 10110010 10010001 11 0 10011 11110 1000111 10010 111111

Color Harmonies of #ACB291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB291

Black with #ACB291

Text Example


Text Example

White with #ACB291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB291; }

 p { color: rgb(172,178,145); }

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

background-color css

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

 a { background-color: rgb(172,178,145); }

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

border-color css

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

 span { border-color: rgb(172,178,145); }

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