Html Css Color HEX #ACB68D Green Spring

📋 copy color: '#ACB68D'

red 172 ◦ green 182 ◦ blue 141

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

Shades of Green Spring #ACB68D

Tints of Green Spring #ACB68D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.77%

 BLUE value IS 141 (55.47% from 255) = 28.48%

R = 34.75%
G = 36.77%
B = 28.48%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#ACB68D (or 0xACB68D) is known color: Green Spring. HEX triplet: AC, B6 and 8D. RGB value is (172,182,141). Sum of RGB (Red+Green+Blue) = 172+182+141=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 182 (71.48% from 255 or 36.77% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB68D is #534972. Grayscale: #AEAEAE. Windows color (decimal): -5458291 or 9287340. OLE color: 9287340.

HSL color Cylindrical-coordinate representation of color #ACB68D: hue angle of 74.63º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACB68D is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 182 141 -
CMYK 0.05 0 0.23 0.29
HSL 74.63º 0.22% 0.63% -
HSV(B) 74.63º 0.23% 0.71% -
XYZ 38.55 44.15 31.69 -
YUV 174.34 109.19 126.33 -
System Red Green Blue C M Y K H S L
Decimal 172 182 141 0.05 0 0.23 0.29 74.63 0.22 0.63
Hex AC B6 8D 5 0 17 1D 4B 16 3F
Octal 254 266 215 5 0 27 35 113 26 77
Binary 10101100 10110110 10001101 101 0 10111 11101 1001011 10110 111111

Color Harmonies of #ACB68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB68D

Black with #ACB68D

Text Example


Text Example

White with #ACB68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB68D; }

 p { color: rgb(172,182,141); }

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

background-color css

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

 a { background-color: rgb(172,182,141); }

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

border-color css

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

 span { border-color: rgb(172,182,141); }

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